-
Notifications
You must be signed in to change notification settings - Fork 3
Application Options for Civilizer
suewonjp edited this page Mar 18, 2017
·
9 revisions
"app-options.properties" file ( which is located under the Private Home Directory ) contains important application settings and options which you may modify to suit your needs
- A path to your database file.
- The default value :
database/civilizer
- The default database file will be automatically created at
[path to your Private Home Directory]/database/civilizer.h2.db
.
- The default database file will be automatically created at
- Examples:
-
db/cvz
will represent the DB file[path to your Private Home Directory]/db/cvz.h2.db
-
~/personal-data/cvz
will represent the DB file[path to Your Home Directory]/personal-data/cvz.h2.db
-
/opt/my-files/cvz
will represent the DB file/opt/my-files/cvz.h2.db
-
[For Windows Users!!!]
- Use
/
(slash) instead of\
(back slash). If you insist on using back slash, use\\
(double back slashes). A single \ won't work. -
C:/personal-data/cvz
will represent the DB fileC:\personal-data\cvz.h2.db
-
~/personal-data/cvz
will represent the DB file (Mostly)C:\Users\[Your User Name]\personal-data\cvz.h2.db
- Also, note that if you want to use non-English path, you might want to save app-options.properties file in UTF-8 encoding. (Use 'Save as' menu of Notepad.exe)
- Use
-
- It's OK that you copy this database file to other machines or a cloud file system for backups or sharing it with your other devices.
- Note that Civilizer only communicates to a single database file after it started.
- Managing multiple database files is tricky (and not so recommended).
- To switch to another database, you need to modify
civilizer.db_file_prefix
option for that database file and restart Civilizer.
- To switch to another database, you need to modify
- A path to File Box storage.
- The default value :
files
- The default File Box directory will be automatically created to
[path to your Private Home Directory]/files
.
- The default File Box directory will be automatically created to
- The maximum number of Fragments that a single page of a single Panel can present.
- The default value :
10
- Increasing this value will retrieve more Fragments at a time, but your browser will consume more memory to render and manage them.
- Specifies your locale & language parameter.
- The default value :
en
(English language) - Other values :
-
ja
(Japanese language) -
ko
(Korean language)
-
- 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