Skip to content
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

Update documentation for RHEL7 #1

Closed
ericfranz opened this issue Mar 14, 2017 · 3 comments
Closed

Update documentation for RHEL7 #1

ericfranz opened this issue Mar 14, 2017 · 3 comments
Assignees

Comments

@ericfranz
Copy link
Contributor

  1. update https://osc.github.io/ood-documentation/installation/modify-system-security.html?highlight=iptables to include firewalld
  2. ???
@brianmcmichael
Copy link

First Installation on RHEL7 is done. @nickjer is talking to systems presently about some issues with passenger processes being unexpectedly killed. It may be an SSL thing. Install notes to follow.

@brianmcmichael
Copy link

1. Software Requirements

For RHEL 7, the subscription manager command is:

sudo subscription-manager repos --enable=rhel-server-rhscl-7-rpms

I experienced some artifacts in Chrome while triple-clicking the Sphinx documentation. @nickjer was able to replicate in Chrome linux. This does not appear in Firefox.

Whenever a <pre> is at the bottom of the page, triple-clicking the line copies the Labels from the navigation buttons.

mkdir -p ~/ood/src
Next  Previous

2. Modify System Security

Use sudo /usr/sbin/service iptables save instead of sudo /etc/init.d/iptables save

This may not be an issue if we use firewalld instead.

9. Install Applications

cd ~/ood/src/sys

This dir does not exist. Need a mkdir command before this.

9.6 My Jobs

Need to add the git19 scl to the bundle install command since it uses ood-job from github.

Should be:

scl enable rh-ruby22 git19 -- bin/bundle install --path vendor/bundle

Unless we move ood-job to rubygems.

Also got the Sphinx issue on that page:

sudo cp -r . /var/www/ood/apps/sys/myjobs
Next  Previous

@nickjer
Copy link
Contributor

nickjer commented Mar 15, 2017

Added the sudo subscription-manager ...
Fixed 9
Fixed 9.6

Ignoring the Sphinx/Chrome issue for now.
Will request firewalld.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants