Created
July 29, 2012 03:00
-
-
Save andrenam/3195872 to your computer and use it in GitHub Desktop.
Gitlab bundle list (raspberry pi)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Complete gem list for gitlab on raspberry pi (raspbian): | |
gitlab@raspberrypi:~/gitlab$ bundle list | |
Gems included by the bundle: | |
* actionmailer (3.2.5) | |
* actionpack (3.2.5) | |
* activemodel (3.2.5) | |
* activerecord (3.2.5) | |
* activeresource (3.2.5) | |
* activesupport (3.2.5) | |
* acts-as-taggable-on (2.3.1) | |
* acts_as_list (0.1.6) | |
* arel (3.0.2) | |
* bcrypt-ruby (3.0.1) | |
* blankslate (2.1.2.4) | |
* bootstrap-sass (2.0.3.1) | |
* builder (3.0.0) | |
* bundler (1.1.4) | |
* carrierwave (0.6.2) | |
* charlock_holmes (0.6.8) | |
* chosen-rails (0.9.8) | |
* coffee-rails (3.2.2) | |
* coffee-script (2.2.0) | |
* coffee-script-source (1.3.3) | |
* colored (1.2) | |
* daemons (1.1.8) | |
* devise (2.1.2) | |
* diff-lcs (1.1.3) | |
* drapper (0.8.4) | |
* erubis (2.7.0) | |
* escape_utils (0.2.4) | |
* eventmachine (1.0.0.rc.4 9473a1b) | |
* execjs (1.4.0) | |
* ffaker (1.14.0) | |
* ffi (1.0.11) | |
* foreman (0.47.0) | |
* git (1.2.5) | |
* gitolite (0.0.4.alpha 9b715ca) | |
* grack (1.0.0 ba46f3b) | |
* grape (0.2.0) | |
* grit (2.5.0 7f35cb9) | |
* haml (3.1.6) | |
* haml-rails (0.3.4) | |
* hashery (1.4.0) | |
* hashie (1.2.0) | |
* hike (1.2.1) | |
* httparty (0.8.3) | |
* i18n (0.6.0) | |
* journey (1.0.3) | |
* jquery-rails (2.0.2) | |
* jquery-ui-rails (0.5.0) | |
* json (1.7.3) | |
* kaminari (0.13.0) | |
* kgio (2.7.4) | |
* linguist (1.0.0 c3d6fc5) | |
* mail (2.4.4) | |
* mime-types (1.18) | |
* modernizr (2.5.3) | |
* multi_json (1.3.6) | |
* multi_xml (0.5.1) | |
* mysql2 (0.3.11) | |
* net-ldap (0.2.2) | |
* omniauth (1.1.0) | |
* omniauth-ldap (1.0.2 7edf27d) | |
* orm_adapter (0.3.0) | |
* polyglot (0.3.3) | |
* posix-spawn (0.3.6) | |
* pygments.rb (0.2.13 2cada02) | |
* pyu-ruby-sasl (0.0.3.3) | |
* rack (1.4.1) | |
* rack-cache (1.2) | |
* rack-mount (0.8.3) | |
* rack-protection (1.2.0) | |
* rack-ssl (1.3.2) | |
* rack-test (0.6.1) | |
* rails (3.2.5) | |
* railties (3.2.5) | |
* raindrops (0.9.0) | |
* rake (0.9.2.2) | |
* raphael-rails (1.5.2) | |
* rdoc (3.12) | |
* redcarpet (2.1.1) | |
* redis (2.2.2) | |
* redis-namespace (1.0.3) | |
* resque (1.20.0) | |
* resque_mailer (2.0.3) | |
* rubyntlm (0.1.1) | |
* rubypython (0.6.2) | |
* sass (3.1.19) | |
* sass-rails (3.2.5) | |
* seed-fu (2.2.0) | |
* settingslogic (2.0.8) | |
* sinatra (1.3.2) | |
* six (0.2.0) | |
* sprockets (2.1.3) | |
* sqlite3 (1.3.6) | |
* stamp (0.1.6) | |
* tabs_on_rails (2.1.1) | |
* thin (1.3.1 a5e1a39) | |
* thor (0.15.2) | |
* tilt (1.3.3) | |
* treetop (1.4.10) | |
* tzinfo (0.3.33) | |
* uglifier (1.0.3) | |
* unicorn (4.3.1) | |
* vegas (0.1.11) | |
* warden (1.2.1) | |
* yaml_db (0.2.2 98e9a5d) |
@teoverton: Hello,
I confirm that therubyracer still not support arm but this gem is only used here by ExecJS
ExecJS needs a JavaScript interpreter but it supports other runtimes: https://github.com/sstephenson/execjs#execjs
(e.g. you can easily compile the latest stable version of node.js => https://github.com/nicolargo/nodeautoinstall)
Hello,
I am newbie at gem, just trying to get gitlab running on my RPi.
Can you elaborate a bit on how to get the above list (without the problematic libv8) installed on my RPi so that I can continue further in the gitlab installation?
Thanks in advance.
About therubyracer for gitlab + rPi , you might want to check this: http://gist.github.com/andrenam/3195879/#comment-761984
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Andre?,
Did this work for you on your Pi? What effect did removing therubyracer have on your setup...does it still function? I'm setting this up now, and have run into the rubyracer/libv8 problem and am wondering if just dropping them worked for you in the long run or if it led to errors down the road?
Thomas