-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSETUP
More file actions
26 lines (18 loc) · 690 Bytes
/
SETUP
File metadata and controls
26 lines (18 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SETUP STEPS for Checklist
Below steps assume that you'll use virtualenv/pip to install the various requirements
1. Setup Environment with Packages in requirements.txt
ie.
virtualenv checkEnv
source checkEnv/bin/activate
pip install -r requirements.txt
2. Create settings_local.py
cd checklist
cp settings_local.py.ex settings_local.py
3. Syncdb & Preform South Migration
./manage.py syncdb (Make sure to create an admin user when prompted)
./manage.py migrate checkApp
4. Start Application via manage.py
./manage.py runserver 0.0.0.0:8000
5. Open Browser and goto:
Login at http://localhost:8000/admin/
Goto http://localhost:8000/check/