Skip to content
taw00 edited this page Dec 4, 2018 · 4 revisions

Portable Mode

Laverna can support working in Portable Mode. Portable mode means:

  1. No Installaiton No need to install the program. It has all its dependencies withing its folder.
  2. No Privileges No need for special privileges to run.
  3. Self Contained No traces on the system besides updating the program folder itself (No configuration files in the user folder, registry keys, %APPDATA, etc...).

How To Run Laverna in Portable Mode

Windows

Same like Portable version. You have to use an absolute path like

.\laverna.exe --data-dir=D:\laverna-data

or the (ugly) relative path

laverna.exe --data-dir=../../laverna-data

Linux

See Portable version.

macOS