Browse Source

Update DEVELOPER.md

pull/512/head
jyw 12 years ago
parent
commit
7dbcd38ccb
  1. 37
      DEVELOPER.md

37
DEVELOPER.md

@ -1,4 +1,3 @@
## Requirements
python 2.7.x
@ -17,32 +16,32 @@
## Setup
# Chance into the parent directory containing your repositories
cd path_to_repos_root
# Change into the parent directory containing your repositories
cd path_to_repos_root
# Clone the secrets repository (if necessary)
git clone git@github.com:NUKnightLab/secrets.git
# Clone the secrets repository (if necessary)
git clone git@github.com:NUKnightLab/secrets.git
# Clone the cdn repository (if necessary)
git clone git@github.com:NUKnightLab/cdn.knightlab.com.git
# Clone the cdn repository (if necessary)
git clone git@github.com:NUKnightLab/cdn.knightlab.com.git
# Clone the timeline repository
git clone git@github.com:NUKnightLab/TimelineJS.git
# Clone the timeline repository
git clone git@github.com:NUKnightLab/TimelineJS.git
# Change into the timeline repository
cd TimelineHS
# Change into the timeline repository
cd TimelineHS
# Create a virtual environment
mkvirtualenv TimelineJS
# Create a virtual environment
mkvirtualenv TimelineJS
# Activate the virtual environment
workon TimelineJS
# Activate the virtual environment
workon TimelineJS
# Install python requirements
pip install -r requirements.txt
# Install python requirements
pip install -r requirements.txt
# Run the development server
fab serve
# Run the development server
fab serve
## Overview

Loading…
Cancel
Save