Changes between Version 27 and Version 28 of InstallationGuidelines/Chat
- Timestamp:
- 07/16/14 16:21:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Chat
v27 v28 22 22 }}} 23 23 4. Next steps can be done manually or through a script. 24 = 25 = Automatic==24 25 == Automatic == 26 26 This script is right now for custom db integration with Mysql only. 27 27 … … 30 30 pip install -U selenium 31 31 }}} 32 32 33 2) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py 34 33 35 3) Copy it into web2py directory. Eden must already be present. 36 34 37 4) Run the script after making configuration changes near line 116. 38 35 39 5) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run. 36 40