Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Linux/Mac/Windows

setup --accessToken XbkadJ2ZcUd5_gRi5AjJoKwy3w6Jp5ctBacCCfhUbxQ

Your credentials and config files will be stored in your home folder in the .cleverMaps directory.

Info

Are you connecting through a proxy server? Set your proxy config using: setup --proxyHost proxy.example.com --password proxyPort 3128

Log in using credentials (deprecated)

Info

Please note that if you created a CleverMaps account using social login (Facebook, Google) you will not be able to use the same credentials you use for these services. In this case, you will have to generate an access token. See the previous section.

...

Linux/Mac

setup --email john@example.com --password SECRET_PW --dumpDirectory /home/john/CleverMaps

Windows

setup --email john@example.com --password SECRET_PW --dumpDirectory C:\Users\john\CleverMaps

Your credentials and config files will be stored in your home folder in the .cleverMaps directory.

...

Docker installation

To run Shell in Docker, your machine must have the Docker container platform installed and running. You can get Docker here.

...