dspp779 / sc_chatroom

chatroom for anonymous collaboration on desert survival task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatroom for desert survival task

chatroom for anonymous collaboration on desert survival task.

Prerequisite

  • Essential
    • python
    • django
  • Recommended
    • gunicorn
    • eventlet

Get started

Create a new virtual environment (recommend)

$ virtualenv test1
$ source test1/bin/activate

Clone the repository.

$ git clone https://github.com/dspp779/sc_chatroom.git
$ cd sc_chatroom

Install recommended python packages from requirement.txt

$ pip install -r requirements.txt

Migrate database schema

$ python manage.py migrate

Then, you are good to go.

Just enter either one of the following command

$ gunicorn chatroom.wsgi -b 0.0.0.0:5566 --worker-class eventlet

or,

$ python manage.py runserver 0.0.0.0:5566

(note: you may need to set DEBUG to False under chatroom/settings.py.)

About

chatroom for anonymous collaboration on desert survival task


Languages

Language:JavaScript 63.0%Language:Python 13.8%Language:HTML 12.8%Language:CSS 10.4%