Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portable version #537

Closed
shnbwmn opened this issue Aug 1, 2016 · 6 comments
Closed

Portable version #537

shnbwmn opened this issue Aug 1, 2016 · 6 comments
Labels

Comments

@shnbwmn
Copy link

shnbwmn commented Aug 1, 2016

Hi there

Are there any plans to make a portable version? I'd like to carry Laverna on my USB/external drive. What this entails is having the settings/program data saved to the program folder, and ideally leaving no trace on the host computer.

@wwebfor
Copy link
Member

wwebfor commented Aug 1, 2016

Hi there,

You can already use on a USB drive starting from this release: https://github.com/Laverna/laverna/releases/tag/0.7.4-RC1

In order to save your notes to the USB drive, you can specify the folder from command line interface:

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

@shnbwmn
Copy link
Author

shnbwmn commented Aug 2, 2016

Oh, that's very good news. Cheers!

@dan0xii
Copy link

dan0xii commented Sep 11, 2016

In order to save your notes to the USB drive, you can specify the folder from command line interface:

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

Hello @wwebfor, how do you do this with the Android app?

@wwebfor wwebfor closed this as completed Jan 2, 2018
@RoyiAvital
Copy link

@wwebfor , How can it work in Portable Mode in Windows?

@RoyiAvital
Copy link

I wrote this - https://github.com/Laverna/laverna/wiki/Portable-Mode.
I miss information for macOS and Windows.

Thank You.

@nmaas87
Copy link

nmaas87 commented Feb 23, 2018

@RoyiAvital You have to use an absolute path on windows.

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

Or use the really ugly one on windows:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants