[GeoNode-users] Docker installation of Geonode
Zizi Jama
mazizi.jama at gmail.com
Thu Feb 2 01:09:55 PST 2017
Dear List,
I would like to separate the geonode database that stores the configuration
data and spatial data. I have not been able to do this with the
docker-compose.yml file.
According to the documentation -
http://training.geonode.geo-solutions.it/002_install_and_admin/002_geonode_install/create_geonode_db.html
the following databases are created during installation with user geonode:
geonode (this stores geonode configuration data)
geonode_data (posting is enabled here)
I used the following steps:
# build the docker container
docker-compose build
# run the docker container
docker-compose up
# turn it off
docker-compose down
# create database
make sync
This then creates a single database - postgres (and the geonode
configuration data is then installed on this database).
The two databases named are not created and I do not know which setting
must I change to enable this.
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170202/1e6197fc/attachment.html>
More information about the geonode-users
mailing list