revisions

rharmonson 2014-06-26 10:52:06 -07:00
parent 1a2e75acef
commit 7bbab8c6d6

@ -14,6 +14,9 @@ Build Overview
1. Ruby 1.9 1. Ruby 1.9
1. Bundler 1. Bundler
1. Phusion Passenger 1. Phusion Passenger
1. Tracks 2.2.2
1. Apache2
1. Done(?)
## 1. Base operating system ## 1. Base operating system
@ -706,7 +709,7 @@ $ passenger -v
Phusion Passenger version 4.0.44 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/. 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? ###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. 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. Update the tracks user directory in preparation for passenger.
``` ```
$ sudo chmod o+x /home/tracks $ sudo chmod o+x /home/tracks
@ -1378,7 +1381,7 @@ At the bottom of the file, add the following:
``` ```
###SELinux ###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 $ sudo vi /etc/selinux/conf
``` ```
@ -1417,7 +1420,7 @@ Update config.serve_static_assets variable to false.
$ vi environments/production.rb $ vi environments/production.rb
``` ```
##Done ##11. Done(?)
At this point you are ready to begin using Tracks. At this point you are ready to begin using Tracks.
The basic process is as follows: The basic process is as follows: