Skip to content

Msch0150/nomisma-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nomisma-docker

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

Post Installation Tasks

Login to fuseki (username/password is displayed in startup console) and create a dataset "nomisma".

Overview

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published