Ir para o conteúdo

Documentação da infraestrutura: mudanças entre as edições

Linha 257: Linha 257:
<syntaxhighlight lang="sh">sudo apt-get update
<syntaxhighlight lang="sh">sudo apt-get update


# postgresql e postgis
sudo apt-get install -y --no-install-recommends \
sudo apt-get install -y postgresql-14 postgis postgresql-14-postgis-3 postgresql-postgis --no-install-recommends
postgresql-14 postgis postgresql-14-postgis-3 postgresql-postgis \
postgresql-plpython3-14 python3-pip \
gdal-bin proj-bin \
git make vim wget zip unzip p7zip p7zip-rar p7zip-full jq parallel \
bash-completion tmux silversearcher-ag


# Extensão plpython
sudo pip3 install chevron</syntaxhighlight>
sudo apt-get install -y postgresql-plpython3-14 --no-install-recommends


# gdal e proj
sudo apt-get install -y gdal-bin proj-bin --no-install-recommends
# chevron para Mustache
sudo apt-get install python3-pip --no-install-recommends
sudo pip3 install chevron
# ferramentas diversas
sudo apt-get install -y git make vim wget zip unzip p7zip p7zip-rar p7zip-full --no-install-recommends
# opcionais
#sudo apt-get install -y bash-completion tmux silversearcher-ag --no-install-recommends</syntaxhighlight>
== Configuração do banco de dados ==
== Configuração do banco de dados ==


237

edições