Skip to content

cheesecart/cheesecart.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheesecart.org

The Cheese Cart.

Bootstrapping development with Vagrant

  1. If required, install Vagrant
  2. From the project directory, run vagrant up, and wait for initial bootstrapping.
  3. Connect to the VM using vagrant ssh.
  4. Change to /vagrant.
  5. Initialise virtualenv: virtualenv .
  6. Activate: ./bin/activate
  7. Install requirements: pip install -r ./requirements.txt