Go to file
afornerot ec2d60f56e docker & podman & eole 2023-11-06 16:18:09 +01:00
src/envole-1.0 docker & podman & eole 2023-11-06 16:18:09 +01:00
README.txt rebase 2023-11-02 17:33:20 +01:00
todo.md first commit 2023-11-02 14:22:16 +01:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Installation sur une eolebase

## Installer eole-web
apt-get install eole-web
Genconfig
Services > Activer l'interface web de l'EAD = non
Services > Activer le serveur de bases de données MySQL = non
Services > Activer linterface dadministration du module (EAD3) = non
Applications Web > Nom de domaine des applications web = mondomaine.fr
save & quit
Reconfigure

## Installation git / make / docker / docker-compose
```
sudo apt install git make eole-web apt-transport-https ca-certificates curl gnupg-agent software-properties-common
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update
apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-compose
```


sudo apt install python3-pip -y
pip3 install podman-compose
## Installation envole
```
cd /root
mkdir git
cd /root/git
git clone https://forge.cadoles.com/Envole/envole.git
cd /root/git/envole
make install
```

## Configurer Envole