source: OpenWorkouts-current/bin/start @ d98641b

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

Fixed permissions on the helper scripts under bin/

  • Property mode set to 100755
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.