最新版
ac3cd5c3b2
Organization can be used to share maps between members and because members uses same db an remote schema only has to be created once. A remote schema is a schema from a remote database server which can be made accessable using foreign data wrapper. |
||
---|---|---|
config | ||
cartodb_pgsql.sh | ||
create_dev_user | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
setup_organization.sh | ||
startup.sh | ||
template_postgis.sh |
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.