-
Notifications
You must be signed in to change notification settings - Fork 19
Home
antonhagg edited this page Aug 29, 2016
·
6 revisions
No matter how you want to do it, you need to tell jottalib your username and password to JottaCloud.
Export your Jottacloud username and password to the running environment. Running macosx or linux, it would normally go like this:
export JOTTACLOUD_USERNAME="yourusername" export JOTTACLOUD_PASSWORD="yourpassword"
Alternatively, create or update a netrc file with the same information, like this:
machine jottacloud.com login **yourusername** password **yourpassword**
Important! Don't change anything other than your username and your password. Save the file in your home directory, as .netrc for Linux and OSX, and _netrc on windows. And make sure noone else can read it (e.g. chmod 0400 $HOME/.netrc).
If you are running Windows you might have to update the %HOME% variable.
With this set up, you can start. Pick your section:
Jump to: Documentation for users || Documentation for developers