Show Table of Contents
7.8.10. Configuring Bundler
Run the following command to verify that Bundler can find the necessary Ruby modules (or "gems") to run the broker Rails application:
# cd /var/www/openshift/broker# scl enable ruby193 'bundle --local'
This command produces the following output:
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Configure the broker to start when you reboot Host 1:
# chkconfig openshift-broker onNote
If you use the kickstart or bash script, the
configure_controller function performs these steps.
Start the broker immediately:
# service httpd start# service openshift-broker start

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.