No description
Find a file
Tobias Wolter da0553c9b0 Past tense.
2013-07-09 14:38:45 +02:00
web Past tense. 2013-07-09 14:38:45 +02:00
.gitignore ignoring temporary build folder 2013-06-01 04:03:10 +02:00
README.md Fixing typo in README.md 2013-06-06 14:54:28 +02:00
requirements.txt Initial commit 2013-05-24 17:38:38 +02:00

SIGINT13 public website

To set up a local development environment, do the following:

  1. Install python pip

  2. If you haven't already, install virtualenv: pip install virtualenv.

  3. Set up a virtualenv for this project and activate it:

     dev/$ virtualenv sigint13-website-env
     dev/$ . sigint13-website-env/bin/activate
     (sigint13-website-env)dev/$
    
  4. Install python dependencies from requirements.txt

     (sigint13-website-env)dev/sigint13-website$ pip install -U -r requirements.txt
    
  5. Change into the web/ subfolder and start Cactus. Cactus will now automatically rebuild and refresh your browser (on some OSes) as you change website content:

      cd web && cactus serve