Setting up the Development Environment

Connecting with github project

Clone The Repository

$ git clone le_url.git

This will clone the repository to your local machine for the virtual machine to run the code.

Setup the VM

The easiest way to get set up is with the virtual machine. Mostly.

install virtual box & vagrant

How to setup VM: On Windows:

On Linus/OSx/Ubuntu

installing it locally

how to install locally

Start Django

$ vagrant up
$ fab serve

In a browser, go to localhost:8000/ profit

TODO: seeding & fab file

Recombiling CSS server files

$ fab guard

End Server

$ vagrant halt

Type the command to end the virtual machine

Project Versions

Table Of Contents

Previous topic

How to Commit Code

Next topic

How to Write Tests

This Page