diff --git a/doc/site/src/docs/mongrel_cluster.page b/doc/site/src/docs/mongrel_cluster.page index d2703560..6735ec96 100644 --- a/doc/site/src/docs/mongrel_cluster.page +++ b/doc/site/src/docs/mongrel_cluster.page @@ -97,6 +97,17 @@ RedHat like system we can configure mongrel_cluster for startup:
$ sudo /sbin/chkconfig --level 345 mongrel_cluster on
+*NOTE* At this point there are a few issues with this init script that only apply
+under certain circumstances. Those issues include:
+
+* *Shebang line* - The init script uses *#!/usr/bin/env ruby* to find the
+appropriate interpreter. Some distribution installs of ruby only give you a
+/usr/bin/ruby1.8. You may change the shebang line or simply create a symbolic
+link from /usr/bin/ruby1.8 to /usr/bin/ruby[3].
+* *mongrel_cluster_ctl location* - If you have installed your gems in
+/usr/local/ you may find that the init script can not find mongrel_cluster_ctl.
+To resolve this, you can symbolically link /usr/local/bin/mongrel_cluster_ctl into
+/usr/bin/
h2. Conclusion
@@ -112,7 +123,12 @@ for several of the other deployment guides.