JourneyJoker/debian_setup.sh

7 lines
265 B
Bash
Raw Normal View History

2021-04-19 10:51:28 +00:00
#!/bin/bash
2021-10-28 07:29:00 +00:00
sudo apt install libpq-dev build-essential libpython3-dev postgis python3-pip python3-venv libgdal-dev wkhtmltopdf gettext -y
2021-04-19 10:51:28 +00:00
python3 -m venv venv
source venv/bin/activate
pip install -Ur requirements.txt
./manage.py
./manage.py compilemessages -i venv