Changes between Version 7 and Version 8 of InstallationGuidelines/Chat


Ignore:
Timestamp:
05/29/14 16:37:44 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Chat

    v7 v8  
    11== Chat Server Setup ==
    22
     31. Install a JRE: 1.5.0 or later. You can check your java version by typing "java -version" at the command line and (if necessary) upgrade your Java installation by visiting http://java.sun.com or you can use openjdk-6-jre
    34
    4 1) Download Openfire server tar file from http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3_9_1.tar.gz
     52. Download Openfire server tar file from http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3_9_1.tar.gz
    56Recommended version: 3_9_1
    67
    7 Note: the .tar.gz build does not contain a bundled Java runtime (JRE). Therefore, you must have JDK or JRE 1.5.0 (Java 5) or later installed on your system. You can check your java version by typing "java -version" at the command line and (if necessary) upgrade your Java installation by visiting http://java.sun.com
    8 
    9 2) Using the .tar.gz, extract the archive to /opt :
     83. Using the .tar.gz, extract the archive to /opt :
    109{{{
    1110sudo tar -xzvf openfire_version.tar.gz
     
    1716Open the browser with url http://<ip of the server>:9090/
    1817
    19 3) Follow through the onscreen steps to set up web console.
     184. Follow through the onscreen steps to set up web console.
    2019Basic Steps:
    2120* Language Selection
     
    2524* Admin account: Give a valid email address for admin
    2625
    27 4) After logging into admin console go into server settings tab, go into HTTP Binding and enable “Clients can connect to this server using HTTP binding. ”. and save the settings.
     265. After logging into admin console go into server settings tab, go into HTTP Binding and enable “Clients can connect to this server using HTTP binding. ”. and save the settings.
    2827
    2928The port numbers can be changed to whichever you like.
     
    3130This port number is the one which will be used to connect by Sahana Eden Chat. So the chat ip to be entered in 000_config file will be "<public ip>:<port selected>".
    3231
    33 
    3432Go to Server->Server Settings->HTTP Binding and enable script syntax.
    3533
    36 5) Go into plugins, from available plugins install
     346. Go into plugins, from available plugins install
    3735Client Control   
    3836Presence Service
     
    4543If for some reason you cannot see available plugins you can upload jar files after downloading from https://www.igniterealtime.org/projects/openfire/plugins.jsp.
    4644
    47 6) Restart the Openfire server.
     457. Restart the Openfire server.
    4846{{{
    4947sudo /opt/openfire/bin/openfire restart
     
    5250== Setup contact list for each user and greeting message ==
    5351
    54 1) Create a group called "everyone".
     521. Create a group called "everyone".
    5553Users/Groups -> Groups -> Create New Group .
    5654
    57 2) Click enable in Contact List (Roster) Sharing.
     552. Click enable in Contact List (Roster) Sharing.
    5856
    59 3) Enter “everyone” as Group Name and tick share group with additional users(after clicking select all users option).
     573. Enter “everyone” as Group Name and tick share group with additional users(after clicking select all users option).
    6058
    61 4) Go to User/Group -> Users -> Registration Properties
     594. Go to User/Group -> Users -> Registration Properties
    6260
    63 5) Enter whatever message you want to welcome message box and click on save message.
    64 6) Enter the default group as “everyone” in default group box and click on save group.
    65 7) Then in the registration settings box at the top tick:
     615. Enter whatever message you want to welcome message box and click on save message.
     626. Enter the default group as “everyone” in default group box and click on save group.
     637. Then in the registration settings box at the top tick:
    6664* Enable welcome message.
    6765* Enable automatically adding of new users to a group
    6866Click on Save Settings.
    6967
    70 8) Go to User/Groups -> Groups.
     688. Go to User/Groups -> Groups.
    7169 Go to everyone group and manually add admin as the user to that group.
    7270
    7371== Setup Status messages ==
    74 1) Go to Server -> Server Settings -> Presence Service and change presence visibility to Anyone.
     721. Go to Server -> Server Settings -> Presence Service and change presence visibility to Anyone.