Review ubuntu packages after fresh install

This commit is contained in:
Yohan Boniface 2023-05-05 15:57:32 +02:00
parent 207b5e7792
commit 89e0900148

View file

@ -6,13 +6,10 @@ You need sudo grants on this server, and it must be connected to Internet.
## Install system dependencies ## Install system dependencies
sudo apt install build-essential autoconf python3.6 python3.6-dev python-virtualenv wget nginx uwsgi uwsgi-plugin-python3 postgresql-9.5 postgresql-server-dev-9.5 postgresql-9.5-postgis-2.2 git libxml2-dev libxslt1-dev zlib1g-dev sudo apt install python3 python3-dev python3-venv wget nginx uwsgi uwsgi-plugin-python3 postgresql gcc postgis libpq-dev
*Note: nginx and uwsgi are not required for local development environment* *Note: nginx and uwsgi are not required for local development environment*
*Note: uMap also works with python 2.7 and 3.4, so adapt the package names if you work with another version.*
## Create deployment directories: ## Create deployment directories:
sudo mkdir -p /srv/umap sudo mkdir -p /srv/umap