Changes between Version 31 and Version 32 of InstallationGuidelines/Chat


Ignore:
Timestamp:
07/16/14 16:32:27 (11 years ago)
Author:
knowing42
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Chat

    v31 v32  
    2626This script is right now for custom db integration with Mysql only.
    2727
    28 1) Install selenium for python.
     281) Do a clean Sahana Eden install after clearing databases. Use Mysql as the database for Eden by setting it in 000_config.py. The database name will later be used in the automation script.
     29
     302) Create a new Mysql database for Openfire server. Remember its name as it will be used in automation script.
     31
     323) Install selenium for python.
    2933{{{
    3034pip install -U selenium
    3135}}}
    3236
    33 2) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
     374) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
    3438
    35 3) Copy it into web2py directory. Eden must already be present.
     395) Copy it into web2py directory. Eden must already be present.
    3640
    37 4) Run the script after making configuration changes near line 116.
     416) Run the script after making configuration changes near line 116.
    3842
    39 5) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.
     437) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.
    4044
    4145== Manual ==