Quantcast
Channel: Hacker News
Viewing all articles
Browse latest Browse all 25817

Docker based CartoDB deployment

$
0
0

README.md

Docker configuration for CartoDB.

This is a simple configuration for running cartodb app.

All containers are linked to the host net stack, and therefore share the same ip address. To run postgres or redis on different hosts, you will have to change the corresponding configs.

cd docker-cartodb/redis/
./build.sh

cd docker-cartodb/postgis/
./build.sh

cd docker-cartodb/carto/
./base/build.sh
./build.sh

cd docker-cartodb/scripts/
./setup.sh
./deploy.sh

echo "127.0.0.1 {USERNAME}.localhost.lan" | sudo tee -a /etc/hosts

And it should be up and running on http://{USERNAME}.localhost.lan:3000

I hope you find this installation helpful.

If you encounter any troubles feal free send me a message.

sabalah21@gmail.com

kartoza/docker-postgis


Viewing all articles
Browse latest Browse all 25817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>