Différences
Ci-dessous, les différences entre deux révisions de la page.
| info:osticket [2024/11/27 12:05] – créée radeff | info:osticket [2024/11/27 12:05] (Version actuelle) – radeff | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== osticket ====== | ====== osticket ====== | ||
| un logiciel libre de ticketing | un logiciel libre de ticketing | ||
| - | + | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| Ligne 8: | Ligne 8: | ||
| auto-hébergement avec git | auto-hébergement avec git | ||
| voir doc + https:// | voir doc + https:// | ||
| - | |||
| - | |||
| dans la doc il manque une étape essentielle après la commande | dans la doc il manque une étape essentielle après la commande | ||
| sudo php manage deploy --setup / | sudo php manage deploy --setup / | ||
| + | |||
| soit: | soit: | ||
| cd include | cd include | ||
| cp ost-sampleconfig.php ost-config.php | cp ost-sampleconfig.php ost-config.php | ||
| chmod 666 ost-config.php | chmod 666 ost-config.php | ||
| - | | ||