| | 23 | 4. Next steps can be done manually or through a script. |
| | 24 | == Automatic== |
| | 25 | This script is right now for custom db integration with Mysql only. |
| | 26 | 1) Install selenium for python. |
| | 27 | {{{ |
| | 28 | pip install -U selenium |
| | 29 | }}} |
| | 30 | 2) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py |
| | 31 | 3) Copy it into web2py directory. Eden must already be present. |
| | 32 | 4) Run the script after making configuration changes near line 116. |
| | 33 | 5) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run. |
| | 34 | |
| | 35 | == Manual == |