最新版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stefan Verhoeven 05580dd121
SQL api was unable to map user. Force redis restoration.
10 years ago
config Fix NoMethodError by adding missing config key. 10 years ago
Dockerfile Update cartodb-postgresql. 10 years ago
LICENSE Initial commit 10 years ago
README.md Host in subdomain. Fixes `WARNING: Can't verify CSRF token authenticity` error. 10 years ago
cartodb_pgsql.sh Populate docker-cartodb with required files. 10 years ago
create_dev_user Populate docker-cartodb with required files. 10 years ago
startup.sh SQL api was unable to map user. Force redis restoration. 10 years ago
template_postgis.sh Populate docker-cartodb with required files. 10 years ago

README.md

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 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.cartodb.localhost to your hosts file.