commit
8d53bfb8ef
@ -7,10 +7,9 @@ docker-cartodb
|
|||||||
This docker container provides a fully working cartodb development solution
|
This docker container provides a fully working cartodb development solution
|
||||||
without the installation hassle.
|
without the installation hassle.
|
||||||
|
|
||||||
Just run the commands and then connect to http://cartodb.localhost with your you browser.
|
Just run the commands and then connect to http://cartodb.localhost with your browser.
|
||||||
|
|
||||||
The default login is dev/pass1234. You may want to change it when you'll run
|
The default login is dev/pass1234. You may want to change it when you run it for the outside.
|
||||||
it for the outside.
|
|
||||||
|
|
||||||
It also creates an 'example' organization with owner login admin4example/pass1234.
|
It also creates an 'example' organization with owner login admin4example/pass1234.
|
||||||
Organization members can be created on http://cartodb.localhost/user/admin4example/organization
|
Organization members can be created on http://cartodb.localhost/user/admin4example/organization
|
||||||
@ -54,7 +53,7 @@ Persistent data
|
|||||||
|
|
||||||
To persist the PostgreSQL data, the PostGreSQL data dir (/var/lib/postgresql) must be persisted outside the Cartodb Docker container.
|
To persist the PostgreSQL data, the PostGreSQL data dir (/var/lib/postgresql) must be persisted outside the Cartodb Docker container.
|
||||||
|
|
||||||
The PostGreSQL data dir is filled during the building of this Docker image and must be copied to the local filesystem and then the container must be started with the local copy volume mounted.
|
The PostgreSQL data dir is filled during the building of this Docker image and must be copied to the local filesystem and then the container must be started with the local copy volume mounted.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker create --name cartodb_pgdata sverhoeven/cartodb
|
docker create --name cartodb_pgdata sverhoeven/cartodb
|
||||||
@ -76,7 +75,7 @@ Geocoder
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
The external geocoders like heremaps or mapzen have dummy api keys and do not work.
|
The external geocoders like heremaps or mapzen have dummy api keys and do not work.
|
||||||
No attempts haven been made or will be made in this Docker image to get the external geocoders to work.
|
No attempts have been made or will be made in this Docker image to get the external geocoders to work.
|
||||||
|
|
||||||
The internal geocoder is configured, but contains no data inside the image.
|
The internal geocoder is configured, but contains no data inside the image.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user