2020-11-10 11:17:06 +00:00
|
|
|
|
# git instaweb
|
|
|
|
|
|
|
|
|
|
> Outil pour le lancemend d'un serveur gitweb.
|
2021-01-30 17:03:18 +00:00
|
|
|
|
> Plus d'informations : <https://git-scm.com/docs/git-instaweb>.
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Démare un serveur gitweb depuis le repository courrant :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --start`
|
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Écoute uniquement sur le port localhost :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --start --local`
|
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Écoute sur un port spécifique :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --start --port {{1234}}`
|
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Utiliser un daemon http spécifique :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Lancer en méme temps qu un navigateur web :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --start --browser`
|
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Stoppe le serveur :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --stop`
|
|
|
|
|
|
2021-01-30 17:03:18 +00:00
|
|
|
|
- Redémarre le serveur :
|
2020-11-10 11:17:06 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --restart`
|