Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

cccc/sigint13-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published