public
Fork of vigetlabs/tyrant
Description: Tyrant needs a description
Homepage: http://viget.com/extend
Clone URL: git://github.com/reagent/tyrant.git
tyrant / README
100644 23 lines (13 sloc) 0.843 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
== Tyrant
 
Tyrant is a tool to smooth over some of the difficulties faced when large teams, comprised of different teams, work together on a rails project.
 
Tyrant is meant to be run in a Unix/Linux based environment. It utilizes apache with passenger (mod_rails).
 
== Installation and Setup
 
These instructions are based on a ubuntu setup.
 
Install apache-mpm-prefork
$ sudo apt-get install apache2-mpm-prefork apache2-prefork-dev
 
Install ruby, rubygems, rails, and anything else you want. I won't cover that here, as it would be a thousand times redundant.
 
Install and setup passenger
$ sudo gem i passenger
$ sudo passenger-install-apache2-module
 
The output from this, you will want to copy into config/passenger.conf under the tyrant application root.
 
Insert something like this in your httpd.conf or your configurations equivalent.