Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Installation and upgrades

bufke edited this page Aug 7, 2012 · 5 revisions

We are working on this now. Right now django-sis is very unstable.

If you are brave you can try this.

The following is for an ideal that is not current reality.

Installation

Quick

If you are running Ubuntu or Debian this might work ./install.sh

Long Way

git clone https://github.com/burke-software/django-sis.git

Edit settings_local.py

Create a database as you defined in settings

pip install .....?

./manage.py syncdb --migrate

./manage.py collectstatic

Upgrades

Quick

fab upgrade

Long way

git pull ./manage.py syncdb --migrate

./manage.py collectstatic

Install any new dependencies with pip

Clone this wiki locally