cross platform sucks a bit, so the current script is only for linux
This commit is contained in:
parent
4137016965
commit
7ad6ff3853
2 changed files with 2 additions and 2 deletions
|
@ -18,4 +18,4 @@ Local hosting steps
|
|||
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)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# A simple file to run all instructions from the README
|
||||
## this should be run in the root of the repository
|
||||
pip install -r requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
cd app
|
||||
cp config.example.py config.py
|
||||
cp -t . database/*
|
||||
|
|
Loading…
Reference in a new issue