Add setup (this is only temporary for the hackathon)
This commit is contained in:
parent
f83a5e90ae
commit
447a52b684
7 changed files with 10936 additions and 2 deletions
10
install.sh
Executable file
10
install.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
set -e
|
||||
|
||||
# python3 -m venv .env
|
||||
# source ./.env/bin/activate
|
||||
# pip install -r src/requirements/production.txt -r src/requirements/dev.txt
|
||||
# pip install psycopg2
|
||||
# sudo pacman -Sy librsvg
|
||||
|
||||
./start_db.sh db
|
||||
./start_db.sh stop
|
Loading…
Add table
Add a link
Reference in a new issue