0
Hello, I have Openproject, a Ruby on Rails application, I want it to start next to the system boot, I put the script to start from Upstart, but when starting the system, I see this error in my log:
/usr/bin/env: ruby: File or directory not found
The script looks like this:
#!/bin/bash
cd /home/openproject/openproject
bundle exec rails server -d >> ~/log
Someone knows what to do?
Ruby is the system or vc uses rvm or something similar?
– Alex Takitani
Hello Alex, I use the rvm.
– Roknauta