Skip to content

jvoll/devmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]
password: password

Setup Instructions
1. Install python-setuptools, easy_install virutalenv (if not already installed).
2. Git clone repo: [email protected]: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

Releases

No releases published

Packages

No packages published