Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vms:storj [2017/06/19 01:05]
admin created
vms:storj [2017/06/19 01:58] (current)
admin [Register a New User]
Line 68: Line 68:
 </​Code>​ </​Code>​
  
-==== Using the Library ====+==== Test the Library ====
  
 To use the library, enter the ''​bin/''​ repository of the ''​libstorj''​ installation:​ To use the library, enter the ''​bin/''​ repository of the ''​libstorj''​ installation:​
Line 76: Line 76:
 </​Code>​ </​Code>​
  
 +To be able to simply type the ''​storj''​ command in future usage of the library, we'll add ''/​opt/​libstorj-1.0.0/​bin/''​ to our user's default ''​PATH'':​
 +
 +<​Code>​
 +> echo PATH=$PATH:/​opt/​libstorj-1.0.0/​bin >> ~/.bashrc
 +> source ~/.bashrc
 +</​Code>​
 +
 +===== ''​libstorj''​ Usages =====
 +
 +From this point on it's recommeded to refer to [[https://​docs.storj.io/​v1.1/​docs#​section-3-exporting-an-account-from-core-cli-and-importing-it-into-libstorj|the official Storj documentation]] to start using the ''​storj''​ commands... ​