ajout de umap
This commit is contained in:
parent
574b0fb197
commit
69cbf81a7c
11 changed files with 211 additions and 0 deletions
22
ressources/umap/README.MD
Normal file
22
ressources/umap/README.MD
Normal file
|
@ -0,0 +1,22 @@
|
|||
#### umap
|
||||
|
||||
##### Information
|
||||
|
||||
site : https://umap-project.org/
|
||||
doc :https://docs.umap-project.org/
|
||||
Source : https://github.com/umap-project/umap
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
|
||||
|
||||
apt-get install -y umap
|
||||
|
||||
#Edit /etc/defalt/umap
|
||||
|
||||
systemctl enable --now umap
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue