-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rackup config.ru fails #11
Comments
I am hacking this repo without knowing much what I am doing but I managed to run it! I bet all the errors have some simple explanation but this is what I did: For the previous error and similar others, I manually required these files (I do not know how to import the whole app/controllers directory):
The I got the error:
which i solved by removing these files as suggested in forums
The command rackup config.ru worked but showed no apps because some json files were missing. To solve this I added to edu_apps.rb: |
Wow, well done. This hasn't been maintained for a while, so I'm impressed you were able to get it up and running. Feel free to fork if you plan on doing ongoing work! |
I am new to Ruby but I managed to install it together with your repository. Now I get this error and when I start the site I do not see much (I am assuming i should some apps).
The text was updated successfully, but these errors were encountered: