learn-awesome / learn

A social network of lifelong learners built around humanity's universal learning map.
https://learnawesome.org/
Other
343 stars 40 forks source link

Unable to run project #274

Closed andesol closed 1 year ago

andesol commented 1 year 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
> }
nileshtrivedi commented 1 year ago

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

andesol commented 1 year ago

Cool, thanks :+1: