Skip to content

Instantly share code, notes, and snippets.

@anlek
Created October 28, 2011 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anlek/1322713 to your computer and use it in GitHub Desktop.
Save anlek/1322713 to your computer and use it in GitHub Desktop.
> gem install ghoul
Fetching: rack-1.3.5.gem (100%)
Fetching: rack-protection-1.1.4.gem (100%)
Fetching: tilt-1.3.3.gem (100%)
Fetching: sinatra-1.3.1.gem (100%)
Fetching: sass-3.1.10.gem (100%)
Fetching: grit-2.4.1.gem (100%)
Fetching: georgedrummond_sinatra_helpers-0.0.7.gem (100%)
Fetching: ghoul_grack-0.0.1.gem (100%)
Fetching: coderay-1.0.3.gem (100%)
Fetching: redcarpet-1.17.2.gem (100%)
Building native extensions. This could take a while...
Fetching: ghoul-0.0.7.gem (100%)
#################################################
#
# Thanks for installing Ghoul and giving it a go!
#
# This is a proof of concept release and in the
# next few months I hope to add to Ghoul and
# make it more fully featured.
#
# I think the idea behind Ghoul is kind of cool
# and if you do too, why not contribute and
# check out our github page.
#
# => http://github.com/georgedrummond/ghoul
#
#################################################
To Start the Ghoul server run:
ghoul server
Successfully installed rack-1.3.5
Successfully installed rack-protection-1.1.4
Successfully installed tilt-1.3.3
Successfully installed sinatra-1.3.1
Successfully installed sass-3.1.10
Successfully installed grit-2.4.1
Successfully installed georgedrummond_sinatra_helpers-0.0.7
Successfully installed ghoul_grack-0.0.1
Successfully installed coderay-1.0.3
Successfully installed redcarpet-1.17.2
Successfully installed ghoul-0.0.7
11 gems installed
> ghoul server
###########################################################
#
# Using Ghoul via the "ghoul server" command is
# insecure by default. It is only intended for a secure
# local environment e.g. behind a firewall where only you
# or people you trust can access your machine on a lan.
#
#############################################################
Starting service on http://0.0.0.0:3003
/Users/andrew/.rvm/rubies/ruby-1.9.3-rc1/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- haml (LoadError)
from /Users/andrew/.rvm/rubies/ruby-1.9.3-rc1/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/ghoul-0.0.7/lib/ghoul.rb:6:in `<top (required)>'
from /Users/andrew/.rvm/rubies/ruby-1.9.3-rc1/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/andrew/.rvm/rubies/ruby-1.9.3-rc1/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/ghoul-0.0.7/lib/../config.ru:4:in `block in <main>'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/builder.rb:51:in `instance_eval'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/builder.rb:51:in `initialize'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/ghoul-0.0.7/lib/../config.ru:1:in `new'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/ghoul-0.0.7/lib/../config.ru:1:in `<main>'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/builder.rb:40:in `eval'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/builder.rb:40:in `parse_file'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/server.rb:200:in `app'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/server.rb:301:in `wrapped_app'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/rack-1.3.5/lib/rack/server.rb:252:in `start'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/ghoul-0.0.7/lib/server.rb:29:in `start'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/gems/ghoul-0.0.7/bin/ghoul:8:in `<top (required)>'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/bin/ghoul:19:in `load'
from /Users/andrew/.rvm/gems/ruby-1.9.3-rc1/bin/ghoul:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment