UsageΒΆ

This software uses Rake which is a Make-like program implemented in Ruby. So to build a working Apache configuration file from the template, you would run:

rake

This will build the following Apache configuration file:

build/ood-portal.conf

After viewing and confirming that this Apache configuration file will meet your OnDemand portal needs, you will run:

sudo rake install

This will copy the build file to:

/opt/rh/httpd24/root/etc/httpd/conf.d/ood-portal.conf