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