-
Notifications
You must be signed in to change notification settings - Fork 62
Installing or Building GitNub
mattfoster edited this page Sep 12, 2010
·
31 revisions
- OS X Leopard 10.5
- Open4 `gem install open4`
- You may have to do `sudo /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem install open4` if you’re using macports ruby or otherwise not the default os x ruby
- Copy GitNub.app to /Applications/*
- Copy the nub binary to /usr/local/bin or somewhere else in your path.
- git clone git://github.com/Caged/gitnub.git
- cd gitnub
- git submodule init
- git submodule update
- Open the GitNub.xcodeproj in XCode and press build
OR run `xcodebuild` in the root directory
OR run ‘rake build’ - Move ./build/Release/GitNub.app to /Applications
OR symlink with ‘ln -s build/Release/GitNub.app /Applications/GitNub.app’ - Move the nub shell script to /usr/local/bin (or symlink it somewhere)
- git clone git://github.com/Caged/gitnub.git
- cd gitnub
- git submodule init
- git submodule update
- Open the GitNub.xcodeproj in XCode and press “Build and Go”
OR run ‘rake run’
Look at the ‘network’ page of the repo, the one that looks like this:
- http://github.com/#{@github_user}/#{@github_repo}/network
Then within your repo, run
- git config github.user GITHUB_USER
- git config github.repo GITHUB_REPO
(using the values from the URL above). For more see Integration with Github