Closed andesol closed 2 years ago
I tried accessing with Gitpod, which has eveything set up according to the docs, but got an error. Maybe there's something wrong in the config?
HISTFILE=/workspace/.gitpod/cmd-3 history -r; { gp sync-await appsetupdone } && { bundle exec rake jobs:work } Required ruby-3.1.0 is not installed. To install do: 'rvm install "ruby-3.1.0"' gitpod /workspace/learn $ HISTFILE=/workspace/.gitpod/cmd-3 history -r; { > gp sync-await appsetupdone > } && { > bundle exec rake jobs:work > }
Hi @andesol We have a new version of this project which is purely in Javascript. Please have a look here: https://github.com/learn-awesome/learndb
Cool, thanks :+1:
I tried accessing with Gitpod, which has eveything set up according to the docs, but got an error. Maybe there's something wrong in the config?