JourneyJoker/debian_setup.sh

7 lines
No EOL
265 B
Bash

#!/bin/bash
sudo apt install libpq-dev build-essential libpython3-dev postgis python3-pip python3-venv libgdal-dev wkhtmltopdf gettext -y
python3 -m venv venv
source venv/bin/activate
pip install -Ur requirements.txt
./manage.py
./manage.py compilemessages -i venv