-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on Ubuntu 14 & 16 #84
Comments
Anyone? Is this project dead? |
let me know your docker version |
I am also getting the same issue in MAC OS X running docker version 17.03.1-ce. Log Copy below Setting up node-node-uuid (1.4.0-1) ... npm ERR! System Linux 4.9.27-moby |
I have tried everything, from setting the http version of the https://registry.npmjs.org/ as well as the "sudo npm_config_strict-ssl=false" but i have no luck. Tried all the fixes i could find for the section below: " I'm getting the exact same error as TS. |
Hi All, Please refer pull request #85 |
Thanks for the quick reply! I am getting the following error when replacing the content of the web/Dockerfile with the new verion: Building web |
modified docker #88 |
Working much better and almost there. On http://localhost:5000 it won't connect, i think because of: Could not find gem 'mocha ( When running gem list i get: gem list *** LOCAL GEMS *** addressable (2.5.2) |
Just tried the fresh installation with a clean Linux Kali distro but having the same problems. Also edited the Dockerfile manually but i keep getting the same Mocha error as above. |
Myself tried the fresh installation in MAC OS X. I am also getting the Mocha gem Missing error as shown in the logs. Status: Downloaded newer image for redis:latest |
@harie0x root@730c2d0057ab:/home/app# uname -a Bundle edge Rails instead: gem 'rails', github: 'rails/rails'gem 'rails', '4.2.7.1' Use mysql as the database for Active Recordgem 'mysql2', '>= 0.3.13', '< 0.5' Use SCSS for stylesheetsgem 'sass-rails', '~> 5.0' Use Uglifier as compressor for JavaScript assetsgem 'uglifier', '>= 1.3.0' See https://github.com/rails/execjs#readme for more supported runtimesgem 'therubyracer', platforms: :rubygem 'coffee-rails' Use jquery as the JavaScript librarygem 'jquery-rails' Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinksgem 'turbolinks' Build JSON APIs with ease. Read more: https://github.com/rails/jbuildergem 'jbuilder', '~> 2.0' bundle exec rake doc:rails generates the API under doc/api.gem 'sdoc', ' paginationgem 'will_paginate' scanning stuffgem 'owasp-pipeline', '>= 0.8.7' redis && cachinggem 'redis-rails' ENV Variablesgem 'figaro' Use ActiveModel has_secure_passwordgem 'bcrypt', '~> 3.1.7'Use Unicorn as the app servergem 'unicorn'#file upload Use Capistrano for deploymentgem 'capistrano-rails', group: :developmentfakergem 'faker' end group :development do |
I am almost there. now, i am getting the rake aborted! error. I tried with the fresh installation in mac os x and modified the gem file to include mocha gem & docker file as per the pull request 88. Removing intermediate container bd91ee02e488 rake aborted! |
See below screen copy after running the install script -- please note that I launched two NEW different VM (Amazon EC2) running ubuntu 14 and ubuntu 16 ... same error ...
Step 16/48 : RUN npm install -g nsp
---> Running in d3526e2eaa3f
npm http GET https://registry.npmjs.org/nsp
npm http GET https://registry.npmjs.org/nsp
npm http GET https://registry.npmjs.org/nsp
npm ERR! Error: CERT_UNTRUSTED
npm ERR! at SecurePair. (tls.js:1370:32)
npm ERR! at SecurePair.EventEmitter.emit (events.js:92:17)
npm ERR! at SecurePair.maybeInitFinished (tls.js:982:10)
npm ERR! at CleartextStream.read [as _read] (tls.js:469:13)
npm ERR! at CleartextStream.Readable.read (_stream_readable.js:320:10)
npm ERR! at EncryptedStream.write [as _write] (tls.js:366:25)
npm ERR! at doWrite (_stream_writable.js:223:10)
npm ERR! at writeOrBuffer (_stream_writable.js:213:5)
npm ERR! at EncryptedStream.Writable.write (_stream_writable.js:180:11)
npm ERR! at write (_stream_readable.js:583:24)
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR! System Linux 4.4.0-1052-aws
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "nsp"
npm ERR! cwd /
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /npm-debug.log
npm ERR! not ok code 0
ERROR: Service 'web' failed to build: The command '/bin/sh -c npm install -g nsp' returned a non-zero code: 1
Any advice??? Can you actually test your installation procedure and confirm its working?
Please tell me the exact hardware and operating system config you use and I will copy it to get this installed correctly.
Thank you!
The text was updated successfully, but these errors were encountered: