-
Notifications
You must be signed in to change notification settings - Fork 2
Cloud installation gratuite
picsou83 edited this page May 23, 2025
·
21 revisions
https://signup.cloud.oracle.com/
Launch resources => Create a VM instance
Sous Image and shape => Sélectionner Rocky Linux 9 (Community Edition) - Provided by CIQ (x86_64)
Sous Networking => Cocher Create new virtual cloud network et Create new public subnet
Sous Add SSH keys => Sauvegarder la private key sur votre poste et changer la permission sur le fichier
chmod 400 ssh-key-*
Une fois la machine créée noter l'adresse IP publique.
Se connecter à la vm en utilisant la private key, l'adresse IP public et l'username rocky
ssh -i ssh-key-2023-06-06.key rocky@141.145.X.X
sudo dnf install docker
sudo docker run -i --name comptalibremen -t -v rep_app:/var/www/html/Compta/ -v rep_bdd:/var/lib/postgresql/ -p 80:80 -d --restart "unless-stopped" picsou83/compta-libremen-com:latest
- Installation
- Mise à jour
-
Configuration et ressources
- 📝 Identifiants & Tips
- 🖼️ Screenshots
- 🗺️ Roadmap
