diff --git a/.gitignore b/.gitignore index b69d282..87a0a85 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__/ *$py.class .env +runlocal.sh tmp/ # C extensions diff --git a/README.md b/README.md index 35679df..4c688ad 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ OAUTHLIB_RELAX_TOKEN_SCOPE=true GOOGLE_MAPS_API_KEY= ``` +### Install and run + +``` +pip install -r requirements.txt +flask run --host 0.0.0.0 +``` + ## Development ### Database diff --git a/runlocal.sh b/runlocal.sh deleted file mode 100755 index 2420e4e..0000000 --- a/runlocal.sh +++ /dev/null @@ -1,4 +0,0 @@ -export DATABASE_URL="postgresql://daniel@localhost/gsevpt" -export GOOGLE_MAPS_API_KEY="***REMOVED***" -#pip install -r requirements.txt -flask run --host 0.0.0.0 \ No newline at end of file