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.
Go to file
Thomas Noel a38b13cf1f base.html template (needed by authentic2) 2013-07-18 09:58:45 +00:00
scripts login page with map and idp list 2013-07-18 09:46:46 +00:00
univcloud base.html template (needed by authentic2) 2013-07-18 09:58:45 +00:00
.gitignore homepage mockup 2013-02-28 12:07:42 +01:00
LICENSE this will be AGPL 2013-02-28 11:27:16 +01:00
MANIFEST.in add MANIFEST.in 2013-03-14 16:36:40 +01:00
README add README file with installation instructions 2013-03-14 16:20:50 +01:00
manage.py init: django-admin startproject univcloud 2013-02-28 11:26:59 +01:00
requirements.txt idp metadata and geo feed, first steps 2013-07-17 13:17:41 +00:00
setup.py update to Django 1.5 2013-03-22 16:26:15 +01:00

README

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