Skip to content

Latest commit

 

History

History

local

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Local installation

Prerequisites:

To find out if you have already installed java and/or curl, please type the following statements from the command line:

java -version
curl --version

You should receive some version information, if not: please install and make sure that they are available from the command line.

Instructions to get starten:

  1. Download the zip for this repository: https://github.com/bp4mc2/catalog/archive/master.zip
  2. Unzip to a directory somewhere on your local filesystem (recommended is somewhere within your home directory)
  3. From: cd local/dotwebstack...
  4. Start install.sh (Linux and Mac) or install.bat (Windows)
  5. Start start.sh or start.bat to get the dotwebstack theatre running
  6. Go to http://localhost:8080 to see the results

Further instructions:

  • Your dotwebstack configuration files are stores in the directory /config/model.
  • After you change the configuration, you need to restart the dotwebstack (CTRL-C in the dotwebstack command window, and redo step 5).