...
Download the chosen version of the bitrepository-command-line-XXX-distributed.zip tar.gz from here (XXX refers to the version):
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.
- Update the ~/init.sh file to point to the relevant certificate.
Execute
Scripts have been made for easily running the commandline commands.
...