-
Notifications
You must be signed in to change notification settings - Fork 64
Install on ubuntu 20.04 #32
Comments
@danikuci1 You need to run it from the root directory after cloning this repo. |
@danikuci1 I didn't actually write the ubuntu install steps - try that out and if it works, I can update the docs. |
by root you mean i tried both but same error. also tried rebooting and no dice :/ |
or by this repo do you mean 'cause no where do the instructions say to clone that. |
heeeey that got a bit further. the installation begins but fails with this error
running the command
|
any ideas? |
@danikuci1 just googled your error and found this: https://stackoverflow.com/questions/13086073/rails-install-pg-cant-find-the-libpq-fe-h-header
This is just a standard Rails 6 app using postgres, so if you run into other issues, you could probably easily Google answers to your questions. |
So just to be clear, @inoda rather than bringing attention to an issue and possibly improving the project, you'd prefer folks just figure it out for themselves and not make a contribution? You should probably wait to close this issue until after you update your document. |
@danikuci1 Fair point that I shouldn't have closed the issue - I will reopen it. |
@danikuci1 As for "you'd prefer folks just figure it out for themselves and not make a contribution", my preference would be folks figure out themselves AND make a contribution. This project isn't a primary focus for me, and I'm not familiar with installing Rails on every system out there. |
I'm sorry to leave a sore point on this issue but I've been extremely annoyed and frustrated as to how technical and unapproachable installing this application is for somewhat unexperienced people, either in general or, like in my case, to Ruby. And the documentation doesn't seem to help either, same goes for the Heroku deployment, which fails on building the application somewhere. That said, it is incredibly annoying mostly because this application looks amazing and I would love to make use of it, if only it wasn't so hard for me to actually get it working. |
@wisewtf I looked into the Heroku deploy failure. Looks like it's getting bitten by this: https://www.theregister.com/2021/03/25/ruby_rails_code/. I'll fix the Heroku deploy soon and give ya a ping here. As for "frustrated as to how technical and unapproachable installing this application is for somewhat unexperienced people, either in general or, like in my case, to Ruby", I'm happy to accept PRs/suggestions/whatever to improve the readme. It's a pretty out-of-the-box Rails 6 application so I (maybe wrongly) assumed there are plenty of blogs out there for various systems given how popular Rails is. |
I will look into it better and see if I can manage to run it correctly on my own on Ubuntu 20.04 and write an eventual guide |
@wisewtf The Heroku Deploy option is fixed now. |
the file
https://github.com/inoda/ontrack/blob/master/docs/ubuntu_install.md
can use some updating. Specifically during the step install bundler + dependencies, I am able to execute the stepgem install bundler
butbundle install
fails.The text was updated successfully, but these errors were encountered: