Versions Compared

Key

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

...

Download the chosen version of the bitrepository-command-line-XXX-distributed.zip tar.gz from here (XXX refers to the version):

https://sbforge.org/nexus/content/repositories/releases/org/bitrepository/reference/bitrepository-command-line/

Unzip Unpack the file in any wanted location, eg. 

Code Block
tar -xvf bitrepository-command-line-XXX-distributed.tar.gz

It requires a 'conf' sub-directory to the installation which contain all the settings, etc. for the setup of the collection. This can be done in either of the two ways:

  • Create the 'conf' directory and copy all the settings file into it.
  • Make a symbolic link to the 'conf' directory for the webclient or the services in the collection (e.g. 'ln -s /my/bitrepository/services/conf).

Certificate

If secure communication is used for this bit repository, a certificate configured in the repository settings, needs to be added. 

  1. Update the ~/init.sh file to point to the relevant certificate.

Execute

Scripts have been made for easily running the commandline commands.

...