Install on ubuntu 20.04
See original GitHub issuethe 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 step gem install bundler
but bundle install
fails.
user@server:~$ gem install bundler
Successfully installed bundler-2.1.4
Parsing documentation for bundler-2.1.4
Done installing documentation for bundler after 2 seconds
1 gem installed
user@server:~$ bundle install
Could not locate Gemfile
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Installation | Ubuntu
Basic installation. This chapter provides an overview of installing Ubuntu Server Edition. There is more detailed documentation on other installer topics.
Read more >How to Install Ubuntu 20.04 LTS Desktop (Focal Fossa)
Step 1: Download the Installation Media · Step 2: Create Bootable USB · Step 3: Boot up Ubuntu from USB · Step 4:...
Read more >Ubuntu 20.04 Full Installation Walkthrough - YouTube
Ubuntu 20.04 is a fantastic desktop Linux distribution, and in this video, I show off the process of wiping your drive and installing...
Read more >How to install Ubuntu 20.04 and dual boot alongside Windows ...
In this article, I will explain the steps you need to install Ubuntu 20.04 next to your existing Windows 10 system.
Read more >How to Install Ubuntu 20.04 [Step-by-Step]
How to Install Ubuntu 20.04 [Step-by-Step] · [Root_UserName]@[IP_Address] · ufw status verbose · ufw enable · ufw allow ssh · ufw allow http...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 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.