-
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
Most frustrating project I think I've ever seen. #71
Comments
This error: Another issue that should be fixed in the gemfile. |
if your docker is up and application is running fine , Please login to web docker and run |
So .. I logged into the web container and did: root@f894f73ad246:/home/app# rake db:drop && rake db:migrate && rake db:seed So then I did: root@f894f73ad246:/home/app# gem install mocha Then: root@f894f73ad246:/home/app# rake db:drop && rake db:migrate && rake db:seed So its failing I think? It looked like mocha 1.3.0 was installed, yet it still throws the error. Any advice? |
Also I checked and the commands are not dropping the database, etc. I did notice that the db did have the following: +-----------------------------+------------+ So only two tables had any rows. I DID NOT select SingleUser when installing. |
mysql> select * from configurations; +----+------------------------------+-----------------------------+---------------------+---------------------+ |
mysql> select * from schema_migrations; |
please Remove Gemfile.lock and run bundle exec bundle install && bundle exec rake db:drop && bundle exec rake db:migrate && bundle exec rake db:seed |
I had to modify the above and do: bundle exec bundle install && bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rake db:seed And then it worked... FINALLY! |
I'm going to fix these issues so it can actually be installed from scratch and it will work. This is crazy what I had to go through to get this to work. I had to incorporate the mysql wait as well because the web container would fail when it couldn't talk to db...because db was still initializing..also I fixed the unhealthy status. So I will fork this project .. fix these issues and refer back here soon so others can get project up and running smoothly. Hopefully ocalabs team will incorporate fixes quickly to save all this frustration and time. Thank you again for your help and I look forward to contributing to the project moving forward. |
Hey @aeoniandev I also built the jackhammer application successfully. and showed the message jackhammer is up. got below error while building the app but build is done successfully. By the way i am windows 8.1 and installed docker toolbox and it installs oracle vm. thanks in advance |
@sampathmende @aeoniandev . is this sorted out ? or still your facing same issue ? . please let me know if your facing same problem , i can help you in that |
Yeah facing error still. |
@sampathmende Sidekiq depends on phantomjs to run web scanner. This is something related to dependency issue , some how you need to resolve it . |
Pls help how to resolve it. Gemfile change is required???? Gemfile need any extra entries |
#1 Your install install instructions do not work when doing:
a.) clean vm deployment using ubuntu 14, 16, centos 7, debian 8, or any other os
b.) installing latest version of docker and docker-compose
#2 It appears the reason login credentials are not working is because the database is not being populated and .. even if I manually insert a team and try to add a user .. it fails.
#3 I fixed the nc issue with heath check -- take some pride in your work and don't include things that don't work, this is confusing.
#4 I challenge you to show me your commands working on a clean vm install of any os.
Please check your work and show some respect to the rest of us that end up wasting a ton of time because of sloppy work.
You can reply to this by simply fixing your work and giving correct instructions.
The text was updated successfully, but these errors were encountered: