Open andrejcermak opened 1 year ago
I'm not entirely sure as all these are very out of maintenance. If you're tyring to get something to hack around on I'd build the development image.
Here are the instructions to do so:
git clone https://github.com/OSC/ondemand
cd ondemand
bundle config --local path vendor/bundle
bundle install
bundle exec rake dev:start
When you issue bundle exec rake dev:start
it'll prompt you for a password that you can use to login with.
Hi, I was trying to run the OOD in docker, I followed the instructions in the readme file, but I am getting this error.
Any ideas what's causing this issue?