Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

a starter project demonstrating a minimal symposion instance

License

Notifications You must be signed in to change notification settings

toulibre/pinax-project-symposion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site du Capitole du Libre

Capitole du Libre web site to manage call to proposals and website. It is based on symposion.

Install

Prerequistes:

sudo apt-get install python-dev python-setuptools python-virtualenv build-essential

Make your env of dev:

virtualenv mysiteenv
source mysiteenv/bin/activate
git clone git@github.com:toulibre/pinax-project-symposion.git

Install:

pip install -r requirements.txt
python manage.py syncdb
python manage.py loaddata fixtures/*
python manage.py runserver

About

a starter project demonstrating a minimal symposion instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.3%
  • CSS 42.3%
  • Python 9.3%
  • Makefile 0.1%