-
Notifications
You must be signed in to change notification settings - Fork 3
Running Civilizer in a more customized way
Suewon Bahng edited this page Mar 18, 2017
·
12 revisions
Currently, you can start Civilizer with:
- a different port number
- and a different Private Home Directory (PHD) path
- and different options specified in each "app-options.properties" file under each Private Home.
- run-civilizer.bat ( Windows Users )
- run-civilizer.sh ( Other Unix like OS Users )
- Options
-
-help, -h, -?
: Show help message -
-port number
: Specify port number -
-home path
: Specify Private Home Directory -
-cleanStart
: Start the app with a clean empty DB (Since version 0.9.0.RC5)β οΈ Your previous data will be all gone. Make a backup first!
- These are all optional parameters
-
- 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
http://localhost:12345/civilizer/app/home
-
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, ensure that it is a fully qualified absolute path.
- civilizer official page
- civilizer github page
- civilizer sourceforge page
- civilizer twitter - @civilizer_pkm
- civilizer tutorial video
- civilizer wiki and online docummentations
- feature request & bug report & other issues
- γ·γγ©γ€γΆγΌζ₯ζ¬θͺηGithubγγΌγΈ
- γ·γγ©γ€γΆγΌζ₯ζ¬θͺηγγγ₯γ‘γ³γ
- Fragment
- Tags on Civilizer
- File Box
- Panels on Civilizer
- Searching Fragments on Civilizer
- Private Home Directory for Civilizer
- Basic Operations for Fragments
- Basic Operations for Tags
- Basic Operations for File Box
- Basic Operations for Search Dialog
- Panel Toolbar Menus