This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tyrant /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 29 15:20:45 -0700 2008 | [mig] |
| |
README | Tue Jul 29 11:36:15 -0700 2008 | [mig] |
| |
Rakefile | Mon Jul 07 13:10:19 -0700 2008 | [mig] |
| |
app/ | Tue Jul 29 10:54:13 -0700 2008 | [mig] |
| |
config/ | Tue Jul 29 15:20:45 -0700 2008 | [mig] |
| |
db/ | Tue Jul 29 11:24:41 -0700 2008 | [mig] |
| |
doc/ | Mon Jul 07 13:10:19 -0700 2008 | [mig] |
| |
lib/ | Tue Jul 29 10:54:13 -0700 2008 | [mig] |
| |
public/ | Mon Jul 28 08:10:30 -0700 2008 | [mig] |
| |
script/ | Tue Jul 22 15:29:03 -0700 2008 | [mig] |
| |
test/ | Tue Jul 29 10:54:13 -0700 2008 | [mig] |
| |
vendor/ | Tue Jul 29 11:10:24 -0700 2008 | [mig] |
README
== 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.




