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 4eac036..d23fef7 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 @@ -14,6 +14,9 @@ Build Overview 1. Ruby 1.9 1. Bundler 1. Phusion Passenger +1. Tracks 2.2.2 +1. Apache2 +1. Done(?) ## 1. Base operating system @@ -706,7 +709,7 @@ $ passenger -v Phusion Passenger version 4.0.44 ``` -##Tracks 2.2.2 +##9. Tracks 2.2.2 Important! My attempts to build using the most current build of 2.2.2 from github or 2.3 developement versions failed. Also, at the time I built, both had a github build status of fails. As of June 26, 2014, 2.2.2 github build status now read success. Nonetheless, I would advise using the 2.2.2 tarball using the "Get Tracks" link from http://getontracks.org/. @@ -1263,7 +1266,7 @@ $ rails server -e production ###Success? If the server failed to start, review logs and/or the instructions above. If server started successfully, ctrl+c to shutdown Tracks and continue the installation. -##Apache2 +##10. Apache2 Update the tracks user directory in preparation for passenger. ``` $ sudo chmod o+x /home/tracks @@ -1378,7 +1381,7 @@ At the bottom of the file, add the following: ``` ###SELinux -Configure SELinux by configuring 'SELINUX' to 'permissive' +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. ``` $ sudo vi /etc/selinux/conf ``` @@ -1417,7 +1420,7 @@ Update config.serve_static_assets variable to false. $ vi environments/production.rb ``` -##Done +##11. Done(?) At this point you are ready to begin using Tracks. The basic process is as follows: