2021-12-29 12:28:58 +00:00
|
|
|
|
# git instaweb
|
|
|
|
|
|
|
|
|
|
> gitweb sunucusu başlatmak için yardımcı araç.
|
2022-10-31 09:52:35 +00:00
|
|
|
|
> Daha fazla bilgi için: <https://git-scm.com/docs/git-instaweb>.
|
2021-12-29 12:28:58 +00:00
|
|
|
|
|
|
|
|
|
- Mevcut Git deposu için bir gitweb sunucusu başlat:
|
|
|
|
|
|
|
|
|
|
`git instaweb --start`
|
|
|
|
|
|
|
|
|
|
- Yalnızca yerel ağda başlat:
|
|
|
|
|
|
|
|
|
|
`git instaweb --start --local`
|
|
|
|
|
|
|
|
|
|
- Belirtilmiş bir port'da başlat:
|
|
|
|
|
|
|
|
|
|
`git instaweb --start --port {{1234}}`
|
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
|
- Belirtilmiş bir HTTP daemon'u kullan:
|
2021-12-29 12:28:58 +00:00
|
|
|
|
|
|
|
|
|
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
|
|
|
|
|
|
|
|
|
- Ayrıca bir ağ tarayıcısını otomatik olarak başlat:
|
|
|
|
|
|
|
|
|
|
`git instaweb --start --browser`
|
|
|
|
|
|
|
|
|
|
- Çalışan mevcut gitweb sunucusunu durdur:
|
|
|
|
|
|
|
|
|
|
`git instaweb --stop`
|
|
|
|
|
|
|
|
|
|
- Çalışan mevcut gitweb sunucusunu yeniden başlat:
|
|
|
|
|
|
|
|
|
|
`git instaweb --restart`
|