docker-solr-data directory need to be writable by id=8983.
To setup nomisma in a Linux environment with Docker installed:
export TARGET_DIR=/home/docker/nomisma
mkdir -p ${TARGET_DIR} && cd ${TARGET_DIR} && \
wget https://github.com/Msch0150/nomisma-docker/archive/master.zip && \
unzip master.zip && \
rm -f master.zip && \
cd nomisma-docker-master && \
chmod +x setup.sh && \
./setup.sh
Login to fuseki (username/password is displayed in startup console) and create a dataset "nomisma".
(Image created using cat ${TARGET_DIR}/docker-compose.yml | docker run -i funkwerk/compose_plantuml --link-graph --boundaries| docker run -i think/plantuml > out.svg)
The following links can be used:
http://localhost:10400/orbeon/nomisma/admin/
http://localhost:10404/solr
http://localhost:10408/
If required, change "localhost" to your local IP address. By default the nomisma-admin user is setup without password. Don't forget to change it (in web/tomcat-users.xml).
Backup the following directories:
${TARGET_DIR}/nomisma-docker-master/docker-solr-data
${TARGET_DIR}/nomisma-docker-master/docker-fuseki-data
${TARGET_DIR}/nomisma-docker-master/docker-nomisma-data