Changes between Version 33 and Version 34 of InstallationGuidelines/Chat


Ignore:
Timestamp:
08/18/14 11:36:24 (11 years ago)
Author:
knowing42
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Chat

    v33 v34  
    2424
    2525== Automatic ==
    26 This script is right now for custom db integration with Mysql only.
     26This script is right now for custom db integration with Mysql/Postgresql.
    2727
    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.
     281) 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.
    2929
    30302) Create a new Mysql database for Openfire server. Remember its name as it will be used in automation script.
     
    3535}}}
    3636
    37 4) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
     374) Download script:
     38For mysql: https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_mysql.py
     39For postgresql: https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_psql.py
    3840
    39415) Copy it into web2py directory. Eden must already be present.