Skip to content
Håvard Gulldahl edited this page Sep 3, 2015 · 6 revisions

Setup

No matter how you want to do it, you need to install and setup the jottacloud client.

Get the client: pip install jottacloudclient

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
  login **yourusername**
  password **yourpassword**

Important! Don't change anything other than your username and your password. Save the .netrc file in your home directory. And make sure noone else can read it (e.g. chmod 0400 $HOME/.netrc).

With this set up, you can start. Pick your section:

Clone this wiki locally