Changes between Version 33 and Version 34 of InstallationGuidelines/Chat
- Timestamp:
- 08/18/14 11:36:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Chat
v33 v34 24 24 25 25 == Automatic == 26 This script is right now for custom db integration with Mysql only.26 This script is right now for custom db integration with Mysql/Postgresql. 27 27 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.28 1) Do a clean Sahana Eden install after clearing databases. Use Mysql/Postgresql as the database for Eden by setting it in 000_config.py. The database name will later be used in the automation script. 29 29 30 30 2) Create a new Mysql database for Openfire server. Remember its name as it will be used in automation script. … … 35 35 }}} 36 36 37 4) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py 37 4) Download script: 38 For mysql: https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_mysql.py 39 For postgresql: https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_psql.py 38 40 39 41 5) Copy it into web2py directory. Eden must already be present.