Skip to content

Running Civilizer in a more customized way

suewonjp edited this page Oct 8, 2015 · 12 revisions

Currently, you can start Civilizer with:

  • a different port number
  • and a different {{[frgm]33 Private Home Directory }} path
  • and {{[frgm]34 different options specified in each "app-options.properties" }} file under each Private Home.
Using a command prompt
  • Windows Users:
  • run-civilizer.bat
    • -help, -h, -? : Show help message
    • -port number : Specify port number
    • -home path : Specify Private Home Directory
  • Other OS Users:
  • run-civilizer.sh
    • -help, -h, -? : Show help message
    • -port number : Specify port number
    • -home path : Specify Private Home Directory
  • Example:
  • run-civilizer.sh -port 12345 -home "/Users/my-user-name/cvz-home"
  • This will start Civilizer with the port number 12345 and PHD of "/Users/my-user-name/cvz-home"
  • That means you need to access Civilizer at the URL of http://localhost:12345/civilizer/app/home
Using Jetty Runner
  • Run the following command from the command line at the root of the installation directory
    • java -Dcivilizer.private_home_path=[your-private-home-path] -jar extra/lib/jetty-runner.jar --config jetty.xml --port [your-port-number] --path /civilizer civilizer

When you specify a different PHD, make sure it is an absolute path.

Clone this wiki locally