Skip to content

Paul2d/Website

 
 

Repository files navigation

This is the www.emfcamp.org web site

Starting

sudo apt-get install python-dev python-virtualenv libxml2-dev libxslt-dev postgresql-server-dev-9.1
make init
make update
make data

Alt method using 'easy_install'

To set up easy_install go here

sudo easy_install virtualenv
make init

Running

make update
make data
make

Now create a user ("signup") and then run:

make admin

This will make your user an administrator.

If you want to clean out the database and start again then:

rm var/test.db
make update
make data

If you want the site to be accessible by the rest of the world then change app.run() at the end of main.py to app.run(host="0.0.0.0")

Links to Documentation

N.B. the version might be wrong for some of these, check against requirements.txt

Flask

Templates

Forms

Database

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.9%
  • CSS 6.8%
  • Shell 0.3%