Skip to content

Commit 2bdc032

Browse files
authored
update README (#146)
1 parent 212d835 commit 2bdc032

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Authors:
22
Gérard Dethier <[email protected]>
3+
Geoffrey Cousin <[email protected]>
34

45
With additional contributions from:
6+
aymeric Duvivier <[email protected]>
57
Sandro MUNDA <[email protected]>
68
Sébastien CAPS <[email protected]>
79
Laurent ESCHENAUER <[email protected]>

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2011-2021 AUTHORS and Guardis SPRL
3+
Copyright (c) 2011-2022 AUTHORS and Guardis SPRL
44

55
This software consists of voluntary contributions mode by many individuals
66

README.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ system).
1313

1414
Below you will find usage examples for both library and CLI. These examples
1515
suppose that you already have a ComodIT account. If it is not yet the case, do
16-
not hesitate to [register](https://my.comodit.com/), it's free.
16+
not hesitate to [register](https://my.comodit.com/).
1717

1818

1919
# Install
@@ -44,26 +44,28 @@ not hesitate to [register](https://my.comodit.com/), it's free.
4444

4545
## From repository
4646

47+
### Install dependencies
48+
49+
$ pip install pycurl future six progressbar
50+
4751
### Fedora/CentOS Users
4852

4953
1. Add ComodIT repository by executing the following command:
5054

51-
- On CentOS 7 `rpm -ivh http://dl.comodit.com/pub/centos/7/x86_64/comodit-release-7-0.el7.noarch.rpm`
52-
- On Fedora 28: `rpm -ivh http://dl.comodit.com/pub/fedora/28/x86_64/comodit-release-1-0.fc28.noarch.rpm`
55+
- On EL8 (RHEL, Rocky Linux, Alma Linux, ...) `rpm -ivh http://dl.comodit.com/pub/el/8/x86_64/comodit-release-2-1.el8.noarch.rpm`
56+
- On Fedora 36 `rpm -ivh http://dl.comodit.com/pub/fedora/36/x86_64/comodit-release-2-0.fc36.noarch.rpm`
5357

54-
2. Install client with command `yum install comodit-client`.
58+
2. Install client with command `dnf install python3-comodit-client`.
5559

5660
### Ubuntu/Debian Users
5761

5862
1. Add ComodIT repository by executing the following command:
5963

60-
cat <<EOF > /etc/apt/sources.list.d/comodit.list
61-
deb http://dl.comodit.com/pub debian-stretch main
62-
EOF
64+
echo "deb http://dl.comodit.com/pub $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/comodit.list
6365

6466
2. Install repository key:
6567

66-
wget http://dl.comodit.com/pub/dists/comodit.asc -O /tmp/key; apt-key add /tmp/key; rm -f /tmp/key
68+
wget http://dl.comodit.com/pub/comodit.asc -O /tmp/key; apt-key add /tmp/key; rm -f /tmp/key
6769

6870
3. Install client with command `apt-get update; apt-get install comodit-client`.
6971

@@ -81,8 +83,11 @@ not hesitate to [register](https://my.comodit.com/), it's free.
8183
vnc_viewer_call = vinagre %h:%p
8284

8385
2. Run the following command to check that everything works (you should see the list of organizations you have access to)
84-
85-
$ comodit organizations list
86+
87+
# Without MFA
88+
$ comodit organizations listc
89+
# With MFA
90+
$ comodit organizations list --mfa XXXXXX
8691

8792
For more information, read below sections and/or the man page:
8893

comodit-client.iml

-9
This file was deleted.

0 commit comments

Comments
 (0)