Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
ea5f5829
Commit
ea5f5829
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Consolidate installation guide
parent
35ce0403
No related branches found
No related tags found
No related merge requests found
Pipeline
#25913
passed
6 years ago
Stage: build
Stage: deploy
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.rst
+3
-12
3 additions, 12 deletions
README.rst
doc/index.rst
+1
-0
1 addition, 0 deletions
doc/index.rst
doc/install.rst
+52
-0
52 additions, 0 deletions
doc/install.rst
doc/links.rst
+1
-0
1 addition, 0 deletions
doc/links.rst
doc/release.rst
+0
-26
0 additions, 26 deletions
doc/release.rst
with
57 additions
and
38 deletions
README.rst
+
3
−
12
View file @
ea5f5829
...
...
@@ -26,18 +26,8 @@ BEAT_ packages through Gitlab and conda_.
Installation
------------
You can install this package via conda_, simply pointing to our stable or beta
channels::
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda/label/beta bob.devtools
We provide packages for both 64-bit Linux and MacOS. Once installed, you can
use these tools within the created environment like this::
$ conda activate bdt
(bdt) $ bdt --help
For most up-to-date installation and usage instructions, consult the
installation section at the `user guide`_.
Contact
...
...
@@ -52,3 +42,4 @@ development `mailing list`_.
.. _bob: https://www.idiap.ch/software/bob
.. _beat: https://www.idiap.ch/software/beat
.. _mailing list: https://www.idiap.ch/software/bob/discuss
.. _user guide: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/master/install.html
This diff is collapsed.
Click to expand it.
doc/index.rst
+
1
−
0
View file @
ea5f5829
...
...
@@ -15,6 +15,7 @@ Documentation
.. toctree::
:maxdepth: 2
install
release
api
ci
...
...
This diff is collapsed.
Click to expand it.
doc/install.rst
0 → 100644
+
52
−
0
View file @
ea5f5829
.. vim: set fileencoding=utf-8 :
.. _bob.devtools.install:
==============
Installation
==============
You can install this package via conda_, simply pointing to our stable or beta
channels::
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda/label/beta bob.devtools
We provide packages for both 64-bit Linux and MacOS. Once installed, you can
use these tools within the created environment like this::
$ conda activate bdt
(bdt) $ bdt --help
Setup
=====
Some of the commands in the ``bdt`` command-line application require access to
your gitlab private token, which you can pass at every iteration, or setup at
your ``~/.python-gitlab.cfg``. Please note that in case you don't set it up,
it will request for your API token on-the-fly, what can be cumbersome and
repeatitive. Your ``~/.python-gitlab.cfg`` should roughly look like this
(there must be an "idiap" section on it, at least):
.. code-block:: ini
[global]
default = idiap
ssl_verify = true
timeout = 15
[idiap]
url = https://gitlab.idiap.ch
private_token = <obtain token at your settings page in gitlab>
api_version = 4
We recommend you set ``chmod 600`` to this file to avoid prying us to read out
your personal token. Once you have your token set up, communication should work
transparently between these gitlab clients and the server.
.. include:: links.rst
This diff is collapsed.
Click to expand it.
doc/links.rst
+
1
−
0
View file @
ea5f5829
...
...
@@ -2,6 +2,7 @@
.. Place here references to all citations in lower case
.. _conda: https://conda.io
.. _bob: https://www.idiap.ch/software/bob
.. _shell executor: https://docs.gitlab.com/runner/executors/shell.html
.. _gitlab runner: https://docs.gitlab.com/runner/install/osx.html
...
...
This diff is collapsed.
Click to expand it.
doc/release.rst
+
0
−
26
View file @
ea5f5829
...
...
@@ -14,32 +14,6 @@ with each release. The changelog can be autogenerated from merge-requests or
commits in the target package.
Setup
=====
These programs require access to your gitlab private token which you can pass
at every iteration or setup at your ``~/.python-gitlab.cfg``. If you don't set
it up, it will request for your API token on-the-fly, what can be cumbersome
and repeatitive. Your ``~/.python-gitlab.cfg`` should roughly look like this
(there must be an "idiap" section on it, at least):
.. code-block:: ini
[global]
default = idiap
ssl_verify = true
timeout = 15
[idiap]
url = https://gitlab.idiap.ch
private_token = <obtain token at your settings page in gitlab>
api_version = 4
We recommend you set ``chmod 600`` to this file to avoid prying us to read out
your personal token. Once you have your token set up, communication should work
transparently between these gitlab clients and the server.
Usage
=====
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment