informatique:participalibre
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:participalibre [2020/11/25 14:31] – simon | informatique:participalibre [2020/11/25 14:38] (Version actuelle) – [Lancer le serveur localement] simon | ||
|---|---|---|---|
| Ligne 32: | Ligne 32: | ||
| $ cd participalibre | $ cd participalibre | ||
| $ composer install | $ composer install | ||
| + | </ | ||
| + | < | ||
| + | <code bash> | ||
| Installing dependencies from lock file (including require-dev) | Installing dependencies from lock file (including require-dev) | ||
| Verifying lock file contents can be installed on current platform. | Verifying lock file contents can be installed on current platform. | ||
| Ligne 92: | Ligne 95: | ||
| You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. | You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. | ||
| </ | </ | ||
| + | </ | ||
| La ligne importante c'est : | La ligne importante c'est : | ||
| Ligne 101: | Ligne 105: | ||
| <code bash> | <code bash> | ||
| $ composer update | $ composer update | ||
| + | </ | ||
| + | < | ||
| + | <code bash> | ||
| Loading composer repositories with package information | Loading composer repositories with package information | ||
| Updating dependencies | Updating dependencies | ||
| Ligne 133: | Ligne 140: | ||
| You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. | You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. | ||
| </ | </ | ||
| + | </ | ||
| Il manque manifestement " | Il manque manifestement " | ||
| Ligne 644: | Ligne 652: | ||
| Application key set successfully. | Application key set successfully. | ||
| </ | </ | ||
| + | |||
| + | ===== Lancement du serveur ===== | ||
| + | |||
| + | ==== Compiler le front-end ==== | ||
| + | Il faudra compiler le code du front-end au préalable avec '' | ||
| + | <code bash> | ||
| + | $ npm run dev | ||
| + | </ | ||
| + | |||
| + | (Note: Pour travailler sur le front-end '' | ||
| + | |||
| + | ==== Lancer le serveur localement ==== | ||
| + | <code bash> | ||
| + | $ php artisan serve | ||
| + | </ | ||
| + | |||
| + | Le site est accessible sur [[http:// | ||
| + | |||
| + | {{ : | ||
informatique/participalibre.1606314694.txt.gz · Dernière modification : de simon
