add README file with installation instructions

This commit is contained in:
Frédéric Péters 2013-03-14 16:20:50 +01:00
parent c8294a0174
commit 4318c2e7aa
1 changed files with 21 additions and 0 deletions

21
README Normal file
View File

@ -0,0 +1,21 @@
Portal for Univcloud Services
=============================
Installation Quick Guide
------------------------
# Setup a virtualenv environment
virtualenv venv/
# Enter the virtualenv
. venv/bin/activate
# Install required dependencies
pip install -r requirements.txt
# Create database
./manage.py syncdb
# Run test server
./manage.py runserver