-
git clone https://github.com/amyxzhang/wikum.git
-
cd wikum/wikum
-
Install pip and virtualenv
-
virtualenv wikum
-
mkdir /opt/wikum
-
echo "true" > /opt/wikum/debug
-
echo "prod" > /opt/wikum/env
-
touch private.py
-
vim private.py
-
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', }
-
source wikum/bin/activate
Your prompt should change and have(wikum)
in front of it. -
pip install -r requirements.txt
If you get an error about MySQL, open a new tab and runbrew install mysql
, then try again. If that errors too, runbrew update
first. -
python manage.py runserver
forked from amyxzhang/wikum
-
Notifications
You must be signed in to change notification settings - Fork 0
tool for collectively summarizing large discussions
jma100/wikum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
tool for collectively summarizing large discussions
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 40.9%
- JavaScript 27.2%
- CSS 25.0%
- HTML 6.9%