Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacqueline-homan/6139053 to your computer and use it in GitHub Desktop.
Save jacqueline-homan/6139053 to your computer and use it in GitHub Desktop.
Unable to reinstall the project in new directory, starting from scratch.
jacqueline@jacqueline-Satellite-S55-A:~$ mkdir project
jacqueline@jacqueline-Satellite-S55-A:~$ cd project
jacqueline@jacqueline-Satellite-S55-A:~/project$ git clone git@github.com:teamhacketyhack/hackety-hack.com.git
Cloning into 'hackety-hack.com'...
remote: Counting objects: 5640, done.
remote: Compressing objects: 100% (3361/3361), done.
remote: Total 5640 (delta 2095), reused 5584 (delta 2051)
Receiving objects: 100% (5640/5640), 4.54 MiB | 1.61 MiB/s, done.
Resolving deltas: 100% (2095/2095), done.
jacqueline@jacqueline-Satellite-S55-A:~/project$ script/bootstrap
-bash: script/bootstrap: No such file or directory
jacqueline@jacqueline-Satellite-S55-A:~/project$ ls
hackety-hack.com
jacqueline@jacqueline-Satellite-S55-A:~/project$ cd hackety-hack.com
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /home/jacqueline/project/hackety-hack.com/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.
jacqueline@jacqueline-Satellite-S55-A:~/project/hackety-hack.com$ script/bootstrap
Fetching gem metadata from http://rubygems.org/.........
Fetching gem metadata from http://rubygems.org/..
Fetching git://github.com/michaek/semantic_menu.git
remote: Counting objects: 172, done.
remote: Compressing objects: 100% (92/92), done.
remote: Total 172 (delta 73), reused 134 (delta 59)
Receiving objects: 100% (172/172), 24.43 KiB, done.
Resolving deltas: 100% (73/73), done.
Fetching https://github.com/bitzesty/bootstrap_form.git
remote: Counting objects: 3794, done.
remote: Compressing objects: 100% (2232/2232), done.
remote: Total 3794 (delta 1780), reused 3414 (delta 1441)
Receiving objects: 100% (3794/3794), 990.30 KiB | 1.32 MiB/s, done.
Resolving deltas: 100% (1780/1780), done.
Installing rake (10.0.3)
Installing multi_json (1.0.4)
Installing activesupport (3.1.11)
Installing builder (3.0.4)
Installing i18n (0.6.1)
Installing activemodel (3.1.11)
Installing erubis (2.7.0)
Installing rack (1.3.10)
Installing rack-cache (1.2)
Installing rack-mount (0.8.3)
Installing rack-test (0.6.2)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.0.4)
Installing actionpack (3.1.11)
Installing mime-types (1.21)
Installing polyglot (0.3.3)
Installing treetop (1.4.12)
Installing mail (2.3.3)
Installing actionmailer (3.1.11)
Installing arel (2.2.3)
Installing tzinfo (0.3.35)
Installing activerecord (3.1.11)
Installing activeresource (3.1.11)
Installing addressable (2.2.6)
Installing bcrypt-ruby (3.0.1)
Installing bson (1.5.2)
Installing bson_ext (1.5.2)
Installing cancan (1.6.7)
Installing nokogiri (1.5.0)
Installing ffi (1.0.11)
Installing childprocess (0.3.0)
Installing rubyzip (0.9.5)
Installing selenium-webdriver (2.17.0)
Installing xpath (0.1.4)
Installing capybara (1.1.2)
Installing coderay (1.0.5)
Installing coffee-script-source (1.2.0)
Installing execjs (1.3.0)
Installing coffee-script (2.2.0)
Installing rack-ssl (1.3.3)
Installing json (1.7.7)
Installing rdoc (3.12.1)
Installing thor (0.14.6)
Installing railties (3.1.11)
Installing coffee-rails (3.1.1)
Installing diff-lcs (1.1.3)
Installing gherkin (2.7.6)
Installing term-ansicolor (1.0.7)
Installing cucumber (1.1.4)
Installing cucumber-rails (1.2.1)
Installing database_cleaner (0.7.1)
Installing orm_adapter (0.4.0)
Installing warden (1.2.1)
Installing devise (2.2.2)
Installing fabrication (1.2.0)
Installing faker (1.0.1)
Installing redcarpet (2.1.0)
Installing metadown (1.0.1)
Installing hackety_hack-lessons (1.1.2)
Installing haml (3.1.4)
Installing haml-rails (0.3.4)
Installing has_scope (0.5.1)
Installing responders (0.6.5)
Installing inherited_resources (1.3.0)
Installing jquery-rails (1.0.19)
Installing kgio (2.7.2)
Installing launchy (2.0.5)
Installing metaclass (0.0.1)
Installing method_source (0.7.0)
Installing mongo (1.5.2)
Installing plucky (0.4.4)
Installing mongo_mapper (0.10.1)
Installing mm-devise (2.0)
Installing mocha (0.10.3)
Installing pg (0.12.2)
Installing slop (2.4.3)
Installing pry (0.9.8)
Using bundler (1.3.5)
Gem::RemoteFetcher::UnknownHostError: no such name (http://rubygems.org/gems/rails-3.1.11.gem)
An error occurred while installing rails (3.1.11), and Bundler cannot continue.
Make sure that `gem install rails -v '3.1.11'` succeeds before bundling.
Could not find rails-3.1.11 in any of the sources
Run `bundle install` to install missing gems.
jacqueline@jacqueline-Satellite-S55-A:~/project/hackety-hack.com$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment