Linux (Ubuntu 20.04) Support? #761
Replies: 3 comments 4 replies
-
I'm sorry to hear you're running into issues setting up the code on your machine! To be honest, I've never run the codebase on a Linux machine. But based on this doc change I'm fairly certain at least one other person has. From the logs, it looks like For
I'm assuming that |
Beta Was this translation helpful? Give feedback.
-
@axhgl How did you manage to deploy this codebase on Linux? And which Linux distro did you use? |
Beta Was this translation helpful? Give feedback.
-
Ok so, I tried reinstalling everything again but this time on Ubuntu 18.04. 1) I got this error: 2) nokogiri didn't fail to install this time for some reason. I suppose that's because I'm using Ubuntu 18.04? 3) I'm now just left with figuring out this error |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does this repo officially support Linux?
I've spent probably 6 hours and counting trying to fix various errors I'm encountering when running
bin/setup
however I'm having no luck.All of the non-Ruby packages were installed with no problem with the exception of
stripe/stripe-cli/stripe
. I had to follow this issue thread for help stripe/stripe-cli#645.This package fixed the Stripe issue
brew install bfontaine/utils/stripe
Disclaimer: I have absolutely no experience with Ruby.
I currently encountering a ton of errors after running
bin/setup
.Paste of my errors: https://pastebin.com/TLH6N05N
The errors generally look like:



Beta Was this translation helpful? Give feedback.
All reactions