Changes between Version 31 and Version 32 of InstallationGuidelines/Chat
- Timestamp:
- 07/16/14 16:32:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Chat
v31 v32 26 26 This script is right now for custom db integration with Mysql only. 27 27 28 1) Install selenium for python. 28 1) 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 30 2) Create a new Mysql database for Openfire server. Remember its name as it will be used in automation script. 31 32 3) Install selenium for python. 29 33 {{{ 30 34 pip install -U selenium 31 35 }}} 32 36 33 2) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py37 4) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py 34 38 35 3) Copy it into web2py directory. Eden must already be present.39 5) Copy it into web2py directory. Eden must already be present. 36 40 37 4) Run the script after making configuration changes near line 116. 41 6) Run the script after making configuration changes near line 116. 38 42 39 5) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.43 7) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run. 40 44 41 45 == Manual ==