Thursday 24 November 2011

git: start server and browser project (easy)

$ sudo apt-get install lighttpd
$ git instaweb --start
http://127.0.0.1:1234/
$ git instaweb --stop

No comments:

Post a Comment