最新版
Go to file
fleu42 a385355840 Merge pull request #4 from noahg/master
upgrade cartodb-postgresql version to 0.5.0
2014-12-03 10:19:46 +01:00
config Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00
cartodb_pgsql.sh Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00
create_dev_user Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00
Dockerfile upgrade cartodb-postgresql version to 0.5.0 2014-12-02 14:30:46 -05:00
LICENSE Initial commit 2014-11-14 10:59:55 +01:00
README.md Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00
startup.sh Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00
template_postgis.sh Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00

docker-cartodb

That container provides a fully working cartodb development solution without the installation hassle.

Just run and connect to locahost:3000 into you browser.

The default login is dev/pass. You may want to change it when you'll run it for the outside.

How to build the container:

git clone https://github.com/fleu42/docker-cartodb.git
docker build -t="fleu42/docker-cartodb" docker-cartodb/

How to run the container:

docker run -t -i fleu42/docker-cartodb -p 3000:3000 /bin/bash

You might need to add dev.localhost to your hosts file.