Skip to content

SamLR/Website

 
 

Repository files navigation

This is the www.emfcamp.org web site

Starting

sudo apt-get install python-dev python-virtualenv
make init
make update
make tickets

Alt method using 'easy_install'

To set up easy_install go here

sudo easy_install virtualenv
make init

Running

make update
make

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.3%
  • Python 47.7%
  • Ruby 3.9%
  • Shell 0.1%