-
Notifications
You must be signed in to change notification settings - Fork 44
Using Abbot 1.4 From Source
topherfangio edited this page Dec 14, 2011
·
5 revisions
These steps will allow the use of a development release of abbot rather than an installed gem.
Modify the file so that it contains:
source "http://rubygems.org"
gem "sproutcore", :git => "git://github.com/sproutcore/abbot.git", :submodules => true
# if you want to use a version of abbot already checked out into your system rather than the remote repository
# gem "sproutcore", :path => "/path/to/abbot"
# You will then also need to expend the submodules with :
# git submodule update
$ sudo gem install bundler
$ bundle install
This will install the Ruby 'bundler' gem (if it isn't already). The bundle install
command will take care of locating, installing and linking to either the remote git or locally installed version of abbot and dependencies.
$ bundle exec sc-server