Hello, I recently used maven to build openfire4.4.3 source code in eclipse, but it was divided into 7 projects. I compiled them separately and passed them, but I don’t know what to do next. Because the current openfire source structure has changed, so the online guidance is no longer applicable, I want to run openfire on ubuntu1804, what should I do next? I am a newbie. I need help now. I look forward to your suggestions. Thank you very much.
- clone from github
git clone --depth=1 https://github.com/igniterealtime/Openfire.git
- change directory to openfire
cd Openfire-master
- build Openfire with maven
mvn verify
- the build is then placed here:
../Openfire-master/distribution/target/distribution-base
- you could start it with:
../Openfire-master/distribution/target/distribution-base/bin/openfire.sh
source: https://github.com/igniterealtime/Openfire (README)
3 Likes
Thank you very much, I have successfully run openfire according to your instructions.
thanks for your information its help me alot successfully installed
thanks totzkotz
regards