-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (18 loc) · 705 Bytes
/
README
File metadata and controls
21 lines (18 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is the server side and web portal for the Mozilla
Device Manager prototype.
Written by: Jason Voll
Superuser info for Django auth system:
user: jason
email: jvoll@mozilla.com
password: password
Setup Instructions
1. Install python-setuptools, easy_install virutalenv (if not already installed).
2. Git clone repo: git@github.com:jvoll/devmgr.git
3. Create a new virtual env (virtual_env --no-site-packages devmgr)
4. Install mysql: yum install mysql-server mysql
5. Setup mysql root user: mysql-u root -p mocodevmgr
6. Create database devmgr
7. Create mysql user for django with credentials specified in settings.py
8. pip install django
9. yum install python-devel
10. easy_install MySQL-python