This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
univcloud/README

37 lines
765 B
Plaintext

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 --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