Skip to content

Instantly share code, notes, and snippets.

View leodc's full-sized avatar

Leonel Castañeda leodc

View GitHub Profile
@leodc
leodc / carto.sh
Last active February 6, 2018 18:55
Guia de deploy de carto
# 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
@leodc
leodc / renameGeoserverLayers.py
Last active June 27, 2018 15:02
python3 renameGeoserverLayers.py data_directory
#!/usr/bin/python3
import os
import sys
import shutil
import urllib.request
import json
import xml.etree.ElementTree as etree
import subprocess