From 16cce5bdbf279ed2809e77a643d22ef6dc267207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Maia?= Date: Tue, 11 Jul 2017 15:53:49 +0100 Subject: [PATCH] Cleanup --- README.md | 16 +++++----------- server/restart.sh | 3 --- server/start.sh | 2 +- 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100755 server/restart.sh diff --git a/README.md b/README.md index bbb943e..17a6bef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Teamup - -Developed at Shift Appens, a 48h hackathon set in Coimbra, Teamup is an app that helps you find people to play sports with. +# Teamup + +Developed at Shift Appens, a 48h hackathon set in Coimbra, Teamup is an app that helps you find people to play sports with. ## Technologies @@ -17,14 +17,14 @@ Developed at Shift Appens, a 48h hackathon set in Coimbra, Teamup is an app that ## Development -## Dependencies +### Dependencies ``` $ cd server $ pip install -r requirements.txt ``` -## Run +### Run ``` $ cd server @@ -32,9 +32,3 @@ $ chmod +x start.sh $ ./start.sh ``` -``` -$ cd server -$ chmod +x restart.sh -$ ./restart.sh -``` - diff --git a/server/restart.sh b/server/restart.sh deleted file mode 100755 index 357435d..0000000 --- a/server/restart.sh +++ /dev/null @@ -1,3 +0,0 @@ -export FLASK_APP=server.py -flask initdb -flask run --host=0.0.0.0 --port=1337 diff --git a/server/start.sh b/server/start.sh index 3f23e69..357435d 100755 --- a/server/start.sh +++ b/server/start.sh @@ -1,3 +1,3 @@ export FLASK_APP=server.py -#flask initdb +flask initdb flask run --host=0.0.0.0 --port=1337