i am struggling with ruby and rails version error ...
# general
v
i am struggling with ruby and rails version error while setting up solidus on my system can anyone tell what are compatible versions to work with solidus
m
Can you give us a bit more context? The output of some commands you ran, and also the output of
ruby -v
and
bundle install
within your project directory?
v
I am trying to setup solidus in my machine
So I cloned the repo and ran the docker compose up command
But I’m getting error
84.52 W: GPG error: http://repo.mysql.com/apt/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C 84.52 E: The repository 'http://repo.mysql.com/apt/debian buster InRelease' is not signed. 84.52 Error executing command, exiting ------ failed to solve: process "/bin/sh -c curl -sSL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -" did not complete successfully: exit code: 1
how do i setup solidus on my system via docker compose
b
You would setup a solidus application in docker the same way you would a Rails application. Solidus is just a guest (albeit a very large guest) in your Rails app, it doesn't require any more specific infrastructure than a normal Rails app would.