Changes between Version 30 and Version 31 of InstallationGuidelines/Chat


Ignore:
Timestamp:
07/16/14 16:28:52 (10 years ago)
Author:
knowing42
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Chat

    v30 v31  
    2626This script is right now for custom db integration with Mysql only.
    2727
    28 1) Enable chat module in 000_config.py. You can use any rubbish value as of now.
    29 
    30 2) Install/Re-Install Sahana Eden using Mysql database after cleaning. The database name used for Eden will be used later in the automation script.
    31 
    32 3) Install selenium for python.
     281) Install selenium for python.
    3329{{{
    3430pip install -U selenium
    3531}}}
    3632
    37 4) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
     332) Download script from https://github.com/arnavkagrawal/chatserverautomation/blob/master/chat_server.py
    3834
    39 5) Copy it into web2py directory. Eden must already be present.
     353) Copy it into web2py directory. Eden must already be present.
    4036
    41 6) Run the script after making configuration changes near line 116.
     374) Run the script after making configuration changes near line 116.
    4238
    43 7) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.
     395) Run the script using sudo python web2py.py -S eden -M -R chat_server.py. It will take some time to run.
    4440
    4541== Manual ==