Changes between Version 28 and Version 29 of InstallationGuidelines/Chat


Ignore:
Timestamp:
07/16/14 16:27:36 (11 years ago)
Author:
knowing42
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Chat

    v28 v29  
    2525== Automatic ==
    2626This script is right now for custom db integration with Mysql only.
    27 
    28 1) Install selenium for python.
     271) Enable chat module in 000_config.py. You can use any rubbish value as of now.
     282) Install/Re-Install Sahana Eden using Mysql database after cleaning. The database name used for Eden will be used later in the automation script.
     293) Install selenium for python.
    2930{{{
    3031pip install -U selenium
    3132}}}
    3233
    33 2) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
     344) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
    3435
    35 3) Copy it into web2py directory. Eden must already be present.
     365) Copy it into web2py directory. Eden must already be present.
    3637
    37 4) Run the script after making configuration changes near line 116.
     386) Run the script after making configuration changes near line 116.
    3839
    39 5) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.
     407) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.
    4041
    4142== Manual ==