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

rharmonson 2014-06-26 10:59:30 -07:00
parent 0b16f30a9b
commit 435fde13be

@ -1436,12 +1436,10 @@ Alternatively, You can simply create an action specifying a new context and proj
;) Enjoy! ;) Enjoy!
#Other Consdierations
#Other Considerations
-----
##SELinux Passenger Module ##SELinux Passenger Module
The process that follows can be used for creating security modules for SELinux. Alternatively, you can disable SELinux, but that would be unwise. The process that follows can be used for creating security modules for SELinux. Alternatively, you can disable SELinux, but that would be unwise.
Temporarily go into SELinux permissive mode. Temporarily go into SELinux permissive mode.
@ -1472,7 +1470,6 @@ $ sudo setenforce 1
----- -----
##Phusion Passenger, Rails, & Sub-URIs ##Phusion Passenger, Rails, & Sub-URIs
In the course of using ruby, rails, and passenger, you may need to create multiple sites or apps not just one. Using Passenger sub-uris will accomplish this task. In addition, when using Nginx (see below), using a sub-uri simplifies configuration and reduces hours of banging your head on your desk. In the course of using ruby, rails, and passenger, you may need to create multiple sites or apps not just one. Using Passenger sub-uris will accomplish this task. In addition, when using Nginx (see below), using a sub-uri simplifies configuration and reduces hours of banging your head on your desk.
With Tracks, update the site.yml to use a subdir, then update Apache's configuration to reflect the virtual host shown below. So for www.somedomain.com we will use subdir tracks which result with http://www.somedomain.com/tracks. With Tracks, update the site.yml to use a subdir, then update Apache's configuration to reflect the virtual host shown below. So for www.somedomain.com we will use subdir tracks which result with http://www.somedomain.com/tracks.
@ -1519,7 +1516,6 @@ $ sudo service httpd restart
----- -----
##Nginx reverse proxy ##Nginx reverse proxy
Nginx is a very efficient web service which I use as a reverse proxy. Below is an example of a working Nginx 1.4 location config using the Tracks build above and sub-uri /tracks. This is only /location not a complete nginx.conf. Nginx is a very efficient web service which I use as a reverse proxy. Below is an example of a working Nginx 1.4 location config using the Tracks build above and sub-uri /tracks. This is only /location not a complete nginx.conf.
``` ```
### Tracks ### Tracks