Testeando error en geocoder.

This commit is contained in:
pablomartincalvo 2018-10-23 23:18:12 +02:00
parent 06e1f78f40
commit a3a2165f43
4 changed files with 172 additions and 138 deletions

28
deployer.sh Normal file
View file

@ -0,0 +1,28 @@
#!/bin/bash
set -e
https://www.phusionpassenger.com/library/deploy/nginx/automating_app_updates/python/
### Variables de entorno ###
DB_PATH=drogon_db
apt-get update
### Set up de PIP ###
if ! [ -x "$(pip -v git)" ]; then
sudo apt-get -y install python3-pip
fi
### Set up de Docker ###
### Set up de GIT ###