Updated Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64 (markdown)

rharmonson 2014-06-26 15:54:58 -07:00
parent 4647b25b6d
commit 8b8af0bf51

@ -1011,17 +1011,17 @@ 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
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.
@ -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!