update README with metadata+map commands

This commit is contained in:
Thomas Noel 2013-07-18 16:35:24 +00:00
parent 5bd1a43e31
commit 98a7acd428
1 changed files with 16 additions and 1 deletions

17
README
View File

@ -4,18 +4,33 @@ Portal for Univcloud Services
Installation Quick Guide
------------------------
# download univcloud
git clone git://repos.entrouvert.org/univcloud
cd univcloud
# Install python-lasso on your system (easier than installing
# it in virtualenv)
apt-get install python-lasso
# Setup a virtualenv environment
virtualenv venv/
virtualenv --system-site-packages venv
# Enter the virtualenv
. venv/bin/activate
# for old systems (python 2.6, debian 6, etc.)
pip install -U pip distribute importlib
# Install required dependencies
pip install -r requirements.txt
# Create database
./manage.py syncdb
# add federation metadata + map
./scripts/univcloud-update-metadata.sh
./scripts/univcloud-update-map.sh
# Run test server
./manage.py runserver