Changes between Version 28 and Version 29 of InstallationGuidelines/Chat
- Timestamp:
- 07/16/14 16:27:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Chat
v28 v29 25 25 == Automatic == 26 26 This script is right now for custom db integration with Mysql only. 27 28 1) Install selenium for python. 27 1) Enable chat module in 000_config.py. You can use any rubbish value as of now. 28 2) Install/Re-Install Sahana Eden using Mysql database after cleaning. The database name used for Eden will be used later in the automation script. 29 3) Install selenium for python. 29 30 {{{ 30 31 pip install -U selenium 31 32 }}} 32 33 33 2) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py34 4) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py 34 35 35 3) Copy it into web2py directory. Eden must already be present.36 5) Copy it into web2py directory. Eden must already be present. 36 37 37 4) Run the script after making configuration changes near line 116.38 6) Run the script after making configuration changes near line 116. 38 39 39 5) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.40 7) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run. 40 41 41 42 == Manual ==