Skip to content

VonRosenchild/wikum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

wikum

Local install

  1. git clone https://github.com/amyxzhang/wikum.git

  2. cd wikum/wikum

  3. Install pip and virtualenv

  4. virtualenv wikum

  5. mkdir /opt/wikum

  6. echo "true" > /opt/wikum/debug

  7. echo "prod" > /opt/wikum/env

  8. touch private.py

  9. vim private.py

  10. Inside private.py, paste this to connect to the remote database, then :wq:

    MYSQL_PROD = {
        'NAME' : 'wikum',
        'USER' : (ask me),
        'PASSWORD' : (ask me),
        'HOST' : 'mysql.csail.mit.edu',  
    }
    
  11. source wikum/bin/activate Your prompt should change and have (wikum) in front of it.

  12. pip install -r requirements.txt If you get an error about MySQL, open a new tab and run brew install mysql, then try again. If that errors too, run brew update first.

  13. python manage.py runserver

About

tool for collectively summarizing large discussions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.6%
  • JavaScript 27.3%
  • CSS 24.7%
  • HTML 7.4%