Changes

From Amahi Wiki
Jump to: navigation, search
57 bytes added ,  02:28, 23 June 2020
{{MessageBox|
backgroundcolor = red#faa|
image =Warning.png|
heading =WARNING|
message = This is recommended only for advanced users, proceed with caution.}}
 
[http://www.amahi.org/apps/openfire Openfire] has been packaged for Amahi.
 
= What is Openfire? =
[http://www.igniterealtime.org/projects/openfire/ Openfire] is an XMPP protocol chat server. You can use it for secure communication with family and friends. The protocol can run over SSL and does by default.
Install the package with the following command since it is an unsigned package.
{{Code| rpm -ivh openfire-3.6.4-1.i386.rpm}}
Once it is installed start Openfire.
{{Code| service openfire start}}
To initiate the setup for openfire, go to:
{{Link| <nowiki>http://hda:9090}}</nowiki>
It is recommended for more basic users to use the embedded database rather than create a connection to MySQL. If you're a more advanced user then follow these instructions for creating the database for openfire. Otherwise skip it.
{{Code| hda-create-db-and-user openfire}}
Now that you've created your database you need to set up the connection.
Restart the Openfire service a couple of times until you're able to log in with the admin password you set up.:
{{Link| <nowiki>http://hda:9090}}</nowiki>
To restart the server run the following command.
{{Code| service openfire restart}}
== Restart the setup of openfire ==
If you find you have a broken install or you messed up some settings you can force Openfire to run the setup again. Just edit openfire.xml.
{{Code| gedit /opt/openfire/conf/openfire.xml}}
Change <setup>true</setup> to <setup>'''false'''</setup>. Then restart the Openfire service.
{{Code| service openfire restart}}
And go to:
{{Link| <nowiki>http://hda:9090}}</nowiki>
[[Category:Apps]]
12,424

edits