Testeando error en geocoder.
This commit is contained in:
parent
06e1f78f40
commit
a3a2165f43
4 changed files with 172 additions and 138 deletions
28
deployer.sh
Normal file
28
deployer.sh
Normal 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 ###
|
||||
Loading…
Add table
Add a link
Reference in a new issue