2014-11-14 17:59:55 +08:00
|
|
|
docker-cartodb
|
|
|
|
==============
|
|
|
|
|
2014-11-15 23:32:19 +08:00
|
|
|
That container provides a fully working cartodb development solution
|
|
|
|
without the installation hassle.
|
|
|
|
|
2015-02-13 22:01:19 +08:00
|
|
|
Just run and connect to http://dev.cartodb.localhost:3000/login into you browser.
|
2014-11-15 23:32:19 +08:00
|
|
|
|
|
|
|
The default login is dev/pass. You may want to change it when you'll run
|
|
|
|
it for the outside.
|
|
|
|
|
2015-02-18 16:51:25 +08:00
|
|
|
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
|
|
|
|
|
2014-11-15 23:32:19 +08:00
|
|
|
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:
|
|
|
|
--------------
|
|
|
|
|
|
|
|
```
|
2015-02-13 21:50:03 +08:00
|
|
|
docker run -t -i -p 3000:3000 -p 8080:8080 -p 8181:8181 fleu42/docker-cartodb
|
2014-11-15 23:32:19 +08:00
|
|
|
```
|
|
|
|
|
2015-02-18 16:51:25 +08:00
|
|
|
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.
|