Anyone successfully installed openfire OR any xmpp server on mac os x lion? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionI'm trying to install openfire. It's just a package and should be brain dead simple. The setup wizard invariably fails after you assign an admin username and password. The failure is that the login username and/or password is incorrect.
Ejabberd won't work on Lion either; the post installation scripts don't work.
If anyone can point me to clear and verified directions, please let 开发者_如何学运维me know. I've wasted a day on this and while I'm not an expert, I do think that I can follow directions well.
Thanks
Java is not installed on Lion by default. Start "Java Preferences" app and install Java.
ejabberd work in lion (10.7 +) via mac ports simply do:
$ port install ejabberd
精彩评论