Hi! I am trying to install my old Redmine but I has some issues. In step 6 I restored my backup sql file into OpalStack Maria DB. It works fine since Adminer. But in step 2 (Install the old database) I got some issues.
On this line: "bundle install --without development test rmagic" SSH says "Your user account isn't allowed to install to the system RubyGems. You can cancel this installation and run:
bundle install --path vendor/bundle
to install the gems into ./vendor/bundle/, or you can enter your password and install the bundled gems to RubyGems using sudo. "
If I put password I receive other issue "cmi is not in the sudoers file"
I guess I'm doing something wrong.
When I tried to get access the message is "404 Not Found" and if I try with cmiadmin.opalstacked.com/default the issue is "The page you were looking for doesn' t exists"
(I configured inside OpalStack on Application Routing Info /default for URI endpoint.)
In this point I am lost. I didn't run "mysql -p -u mydbuser mydb ....."
Is it necesary ? I mean, I updated from Admin my old database I am not sure about this line.
I hope someone can help me please! maybe @rawzkid or @sean
Thanks!