When i run this (using the update-rc method) on boot, it shows a browser (w3m) pointing to the page and boot halts until I quit the browser. Is there a way to run it silently on boot? I looked at the manpage and it says nothing, so probably it's not supposed to work that way... Am I doing something wrong?
|
feedback
|
|
| |||||
feedback
|
|
git-instaweb sets up gitweb into {project folder}/.git/gitweb folder, so you could simply call the web server with the config file generated inside that folder. | |||
|
feedback
|
|
Adding --start works as expected, but I'm still not sure if this is the right way to solve it. | |||||
feedback
|
|
It sounds like you are using the wrong tool for the job. git-instaweb is designed for quick one-off browsing. Try gitweb instead which is designed to be run as a service. | |||
|
feedback
|