Skip to content

dominicgs/Website

 
 

Repository files navigation

This is the www.emfcamp.org web site, built with Flask & Postgres by the EMF web team.

Build Status

Get Involved

If you want to get involved, the best way is to join us on IRC, on #emfcamp-web on chat.freenode.net.

Join with IRCCloud:

Getting Started

The easiest way is to install Vagrant and VirtualBox.

vagrant up --provider virtualbox
vagrant ssh

This installs the necessary packages and dependencies for you. Then run:

make update
make data
make

You should then be able to view your development server on http://localhost:5000.

Once you've created an account, you can use make admin to make your user an administrator. Or, you can create an account and simultaneously make it an admin by using make admin ARGS="-e email@domain.tld"

E-mail sending is disabled in development (but is printed out on the console). You can also login directly by setting BYPASS_LOGIN=True in config/development.cfg and then using a URL of the form e.g. /login/admin@test.invalid and navigate to /admin/.

For more, see:

About

The Electromagnetic Field web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.2%
  • HTML 35.2%
  • CSS 2.4%
  • JavaScript 1.4%
  • Shell 0.4%
  • Makefile 0.4%