Archive for July, 2008

links for 2008-07-31

Jul 31 2008 Published by under Links

No responses yet

links for 2008-07-30

Jul 30 2008 Published by under Links

No responses yet

links for 2008-07-29

Jul 29 2008 Published by under Links

No responses yet

What to do when GitHub goes bad

Jul 28 2008 Published by under English,Ruby,Software

What to do when GitHub goes bad?

This was originally posted on github, I save a backup here just in case. :)

  • Git build-in server

git daemon –base-path=/Users/libinpan/clone-from-github –export-all

git clone git://127.0.0.1/rails…

Note: The default port git uses is 9418. Make sure that your firewall is set up to handle this.

  • GitWeb

git instaweb –httpd=webrick

  • Deploy with Capistrano

set :repository, “git://127.0.0.1/rails-app”

Zemanta Pixie

No responses yet

links for 2008-07-28

Jul 28 2008 Published by under Links

No responses yet

links for 2008-07-27

Jul 27 2008 Published by under Links

No responses yet

links for 2008-07-26

Jul 26 2008 Published by under Links

No responses yet

links for 2008-07-25

Jul 25 2008 Published by under Links

No responses yet

Gist.GitHub

Jul 24 2008 Published by under Uncategorized

It works! :D

No responses yet

links for 2008-07-24

Jul 24 2008 Published by under Links

One response so far

Next »