cross platform sucks a bit, so the current script is only for linux

This commit is contained in:
Jan-Pieter Baert 2019-02-13 20:42:02 +01:00
parent 4137016965
commit 7ad6ff3853
No known key found for this signature in database
GPG key ID: B19186932178234A
2 changed files with 2 additions and 2 deletions

View file

@ -18,4 +18,4 @@ Local hosting steps
7. Run `python haldis.py runserver` 7. Run `python haldis.py runserver`
--- ---
Or run `./localhost.sh` in the root of the git folder Or run `./localhost.sh` in the root of the git folder (in linux)

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# A simple file to run all instructions from the README # A simple file to run all instructions from the README
## this should be run in the root of the repository ## this should be run in the root of the repository
pip install -r requirements.txt pip3 install -r requirements.txt
cd app cd app
cp config.example.py config.py cp config.example.py config.py
cp -t . database/* cp -t . database/*