mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
Some other fixes/improvements in README file
This commit is contained in:
parent
0a0f2d7730
commit
f81ac1e31e
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
@ -40,7 +40,7 @@ Several demonstration accounts exist and have more or less extensive rights. The
|
||||||
|
|
||||||
* PHP (>= 5.6)
|
* PHP (>= 5.6)
|
||||||
* PEAR [NetLDAP2](http://pear.php.net/package/Net_LDAP2) package
|
* PEAR [NetLDAP2](http://pear.php.net/package/Net_LDAP2) package
|
||||||
* [Smarty](http://www.smarty.net/) package
|
* [Smarty](http://www.smarty.net/)
|
||||||
|
|
||||||
Some others dependencies exists for specific features, please see [documentation](https://ldapsaisie.org/doc/all-in-one/LdapSaisie.html#install-requirements) for details (french).
|
Some others dependencies exists for specific features, please see [documentation](https://ldapsaisie.org/doc/all-in-one/LdapSaisie.html#install-requirements) for details (french).
|
||||||
|
|
||||||
|
@ -50,12 +50,19 @@ Some others dependencies exists for specific features, please see [documentation
|
||||||
|
|
||||||
You can easily install LdapSaisie using Debian packages by using the following command to configure the project's repository :
|
You can easily install LdapSaisie using Debian packages by using the following command to configure the project's repository :
|
||||||
```
|
```
|
||||||
echo "deb http://ldapsaisie.org/debian buster main" | sudo tee /etc/apt/sources.list.d/ldapsaisie.list
|
echo "deb http://ldapsaisie.org/debian buster main" | tee /etc/apt/sources.list.d/ldapsaisie.list
|
||||||
wget -O - http://ldapsaisie.org/debian/ldapsaisie.gpg.key | sudo apt-key add -
|
wget -O - http://ldapsaisie.org/debian/ldapsaisie.gpg.key | apt-key add -
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install ldapsaisie ldapsaisie-archive-keyring
|
apt-get install ldapsaisie ldapsaisie-archive-keyring
|
||||||
```
|
```
|
||||||
|
|
||||||
|
__Note:__ Hourly generated Debian packages from _master_ branch are also provided in the _sid_ Debian repository of the project. To use these packages, use the following command to configure the project's _sid_ repository:
|
||||||
|
|
||||||
|
```
|
||||||
|
echo "deb http://ldapsaisie.org/debian sid main" |
|
||||||
|
tee /etc/apt/sources.list.d/ldapsaisie.list
|
||||||
|
```
|
||||||
|
|
||||||
#### Using Git
|
#### Using Git
|
||||||
|
|
||||||
The Git repos can be cloned anonymously with the command :
|
The Git repos can be cloned anonymously with the command :
|
||||||
|
@ -83,8 +90,8 @@ __Note:__ A more details [tutorial](https://ldapsaisie.org/doc/all-in-one/LdapSa
|
||||||
When using Debian packages, the upgrading process to pretty simple: just upgrade the package:
|
When using Debian packages, the upgrading process to pretty simple: just upgrade the package:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt update
|
apt-get update
|
||||||
apt install ldapsaisie
|
apt-get install ldapsaisie
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the application has been updated, paid attention to new features and points of vigilance described in [official documentation](https://ldapsaisie.org/doc/all-in-one/LdapSaisie.html#upgrade) (in french).
|
Once the application has been updated, paid attention to new features and points of vigilance described in [official documentation](https://ldapsaisie.org/doc/all-in-one/LdapSaisie.html#upgrade) (in french).
|
||||||
|
|
Loading…
Reference in a new issue