« Superdesk » : différence entre les versions
(Page créée avec « ==Installation sur Debian == apt install gpg sudo === Installation d'ElasticSearch === D'après https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg sudo apt-get install apt-transport-https echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable... ») |
|||
Ligne 1 : | Ligne 1 : | ||
==Installation sur Debian == | ==Installation sur Debian == | ||
apt install gpg sudo | apt install gpg sudo redis python3 mongodb | ||
=== Installation d'ElasticSearch === | === Installation d'ElasticSearch === |
Version du 9 janvier 2024 à 20:18
Installation sur Debian
apt install gpg sudo redis python3 mongodb
Installation d'ElasticSearch
D'après https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg sudo apt-get install apt-transport-https echo "deb [signed-by=/usr/share/keyrings/elasticsearch-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-8.x.list sudo apt-get update && sudo apt-get install elasticsearch sudo /bin/systemctl daemon-reload sudo /bin/systemctl enable elasticsearch.service sudo systemctl start elasticsearch.service
Installation nodejs
sudo apt install npm