最新版
Go to file
2015-05-15 23:27:12 +02:00
config Merge remote-tracking branch 'origin/fixlogin' into fixlogin 2015-05-12 08:11:18 +02:00
cartodb_pgsql.sh Populate docker-cartodb with required files. 2014-11-15 16:32:19 +01:00
create_dev_user Dev passwords must be longer than or equal to 6 chars. 2015-05-15 23:27:12 +02:00
Dockerfile Merge remote-tracking branch 'origin/fixlogin' into fixlogin 2015-05-12 08:11:18 +02:00
LICENSE Initial commit 2014-11-14 10:59:55 +01:00
README.md Create an organization. 2015-02-18 09:51:25 +01:00
setup_fdw.sh Example how to use foreign data wrapper in CartoDB. 2015-02-18 10:50:40 +01:00
setup_organization.sh Dev passwords must be longer than or equal to 6 chars. 2015-05-15 23:27:12 +02:00
startup.sh Initialize rvm before running bundle. 2015-02-13 14:59:26 +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 http://dev.cartodb.localhost:3000/login into you browser.

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

It also creates an 'example' organization with owner login admin4example/pass. Organization members can be created on http://example.cartodb.localhost:3000/u/admin4example/organization

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 -p 3000:3000 -p 8080:8080 -p 8181:8181 fleu42/docker-cartodb 

You might need to add cartodb.localhost, dev.cartodb.localhost and example.cartodb.localhost to your hosts file. Any organization member you create should also be added to your hosts file.