This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://hub.docker.com/r/sverhoeven/cartodb/ | |
sudo docker pull sverhoeven/cartodb | |
# ip_publica | |
CARTO_HOST="138.68.253.242" | |
# puerto de salida del host | |
CARTO_PORT=80 | |
# agregamos cartodb.localhost como alias del localhost |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import os | |
import sys | |
import shutil | |
import urllib.request | |
import json | |
import xml.etree.ElementTree as etree | |
import subprocess |
NewerOlder