-
Notifications
You must be signed in to change notification settings - Fork 2
Windows installation WSL
picsou83 edited this page Sep 13, 2025
·
16 revisions
L'image est compatible WSL 1 et WSL 2 WSL est disponible à partir de Windows 10
a. Ouvrer la fenêtre Fonctionnalités de Windows :
via la commande Exécuter : optionalfeatures.
via les Paramètres > Applications et fonctionnalités > Fonctionnalités facultatives > Plus de fonctionnalités Windows.
b. Ajouter les fonctionnalités :
« Sous-système Windows pour Linux »
Pour WSL 2 uniquement
« Plateforme d’ordinateur virtuel »
c. Ou via le Terminal de commande (administrateur) (clic droit sur le menu windows) :
Activer le composant « Sous-système Windows pour Linux »
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Activer le composant « Plateforme d’ordinateur virtuel » (WSL 2 uniquement)
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
d. Redemarrer le PC
wsl --import Compta C:\WSL c:\compta-libremen-WSL.tar.gz --version 1
wsl -d Compta
Les services devraient se lancer automatiquement dans les 20 secondes dès que vous vous connectez sur l'image.
Le cas échéant :
sudo su -
cd /
./create.sh
/start.sh
service postgresql start
service apache2 start
- Installation
- Mise à jour
-
Configuration et ressources
- 📝 Identifiants & Tips
- 🖼️ Screenshots
- 🗺️ Roadmap
