source: OpenWorkouts-current/bin/start @ 2d2898b

currentfeature/docs
Last change on this file since 2d2898b was 2d2898b, checked in by borja <borja@…>, 5 years ago

(#41) Added start script, which basically activates the env and runs pserve

  • Property mode set to 100644
File size: 211 bytes
Line 
1#!/bin/sh
2#
3# Script to start OpenWorkouts
4#
5
6# Full path to where we run the script from
7current=`pwd`
8# Full path to the env
9env_path=${current}/env
10
11. ${env_path}/bin/activate
12pserve --reload development.ini
Note: See TracBrowser for help on using the repository browser.