diff --git a/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md b/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md index 306dd6c..e11c73c 100644 --- a/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md +++ b/Installing-Tracks-2.2.2-on-CentOS-6.5-Minimal-x86_64.md @@ -1011,19 +1011,19 @@ At the bottom of the file, add the following: ``` ###SELinux -Configure SELinux by configuring 'SELINUX' to 'permissive' due to Phusion Passenger is going to be blocked by SELinux. Use permissiver versus diabled so we have log entries captured to build a SELinux module if desired. +Configure SELinux to use permissive mode due to Phusion Passenger is going to be blocked by SELinux. Use permissive versus diabled to log passenger activities. ``` $ sudo vi /etc/selinux/conf ``` -Then for this session set SELinux to be permissive +Then for this session set SELinux to be permissive or reboot. ``` $ sudo setenforce 0 ``` -Once Tracks installation is complete, you can create a SELinux module. See the section titled "SELINUX" below for instructions. +Once Tracks installation is complete and been in use for a while, you can create a SELinux module. See the section titled "SELinux module" below for instructions. -###Firewall & Apache2 +###Firewall & Apache2 Open firewall for Apache by 'customizing' and permitting http or web traffic (80 TCP). You may, also, remove the previous rule for port 3000 TCP. ``` $ sudo system-config-firewall-tui @@ -1045,7 +1045,7 @@ Configure Apache to start at boot. $ sudo chkconfig httpd on ``` -Update config.serve_static_assets variable to false. +Update config.serve_static_assets variable to false for we are no longer using WEBrick. ``` $ vi environments/production.rb ``` @@ -1058,7 +1058,7 @@ Create contexts, i.e. work, home, gym, etc. Create projects and specify context. Create actons specifying context and project. -Alternatively, You can simply create an action specifying a new context and project. Tracks will auto-create them. For example, create an action to 'replace toilet seal' and specify context 'home' and project 'bathroom remodel.' +Alternatively, You can simply create an action specifying a new context and new project. Tracks will auto-create them. For example, create an action to 'replace toilet seal' and specify context 'home' and project 'bathroom remodel.' ;) Enjoy!