Jump to content
We've recently updated our Privacy Statement, available here ×

demanic

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by demanic

  1. Well I was building jasperreposts a docker VM. To succesfuly build I followed the recipe below: 1) copy the TIB_js-jrs-cp_7.5.0_bin.zip (unzipped of course) on to the vm. 2) Create a default_master.properties file inside jasperserver/buildomatic (sample configs exist in buildomatic/sample_conf). 3) enter buildomatic directory and execute export BUILDOMATIC_MODE=' ';./js-ant gen-config (here is where the keystore is created) 4) ensure the db is up and running; execute ./js-install-ce.sh minimal. if the db already exists the script turns interactive again asking whether to recreate the db. The solution to this is to run sed -i 's/name="prompt" default="true"/name="prompt" default="false"/' bin/db-common.xml so that the db gets recreated. The only way I found so as to leave the db intact is to answer y in interactive mode. Restart Tomcat and get ready to go. I hope this is enough detail. Cheers
  2. Had to read the code but the solution is pretty simple. RUN export BUILDOMATIC_MODE=' '; ./js-install-ce.sh [minimal]
×
×
  • Create New...