We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Update installation instructions: tell people that they need asciidoc and 
doxygen to build the gem.
Hongli Lai (Phusion) (author)
Fri Jun 13 23:12:14 -0700 2008
commit  2c401b4e5350d9420efd8cbcbacc5eed0a11cd65
tree    243ff284ef991b84259caef88a967ba9e64ed297
parent  84655802a21d1662fcd0203093fefc9dbf24ac41
...
1
2
 
 
 
 
...
 
 
1
2
3
4
0
@@ -1,2 +1,4 @@
0
-Please read the file 'doc/Users guide.html' for installation instructions,
0
-configuration instructions and troubleshooting tips.
0
+Please read the file README for installation instructions.
0
+
0
+If you're having trouble installing Phusion Passenger, please
0
+read the file 'doc/Users guide.html'.
0
...
5
6
7
 
 
8
9
10
...
15
16
17
18
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
21
22
...
5
6
7
8
9
10
11
12
...
17
18
19
 
 
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
0
@@ -5,6 +5,8 @@ to http://www.modrails.com/ for general information.
0
 
0
 == Installation
0
 
0
+=== Regular installation
0
+
0
 Run the following script as root:
0
 
0
  ./bin/passenger-install-apache2-module
0
@@ -15,8 +17,21 @@ For troubleshooting, configuration and tips, please read the Users Guide:
0
 
0
  doc/Users guide.html
0
 
0
-This file is included in the source tarball, may also be viewed online on our
0
-website.
0
+This file is included in the source tarball, and may also be viewed online on
0
+our website.
0
+
0
+=== Installing via a gem
0
+
0
+You may also first generate a .gem file, and then install that.
0
+First, make sure that you have the following software installed:
0
+- Doxygen: http://www.stack.nl/~dimitri/doxygen/
0
+- Asciidoc: http://www.methods.co.nz/asciidoc/
0
+
0
+Next, run:
0
+
0
+ rake package
0
+
0
+The gem will be available under the 'pkg' folder.
0
 
0
 == Legal
0
 

Comments

    No one has commented yet.