
sunnavy at bestpractical
Aug 9, 2012, 11:35 AM
Post #1 of 1
(111 views)
Permalink
|
|
rt branch, 4.0-trunk, updated. rt-4.0.6-253-g7555af5
|
|
The branch, 4.0-trunk has been updated via 7555af554dee4f49d61e08d4ffa88bc9c5cb7401 (commit) from e8bf3d882ae5d5f2c8f347fa32f918c969c04304 (commit) Summary of changes: docs/web_deployment.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - Log ----------------------------------------------------------------- commit 7555af554dee4f49d61e08d4ffa88bc9c5cb7401 Author: sunnavy <sunnavy [at] bestpractical> Date: Fri Aug 10 02:29:47 2012 +0800 typo fix: we use "var/mason_data" instead of "var/mason" like in jifty diff --git a/docs/web_deployment.pod b/docs/web_deployment.pod index 4c3f73f..5d2cd4c 100644 --- a/docs/web_deployment.pod +++ b/docs/web_deployment.pod @@ -23,7 +23,7 @@ to use L<Starman>, a high performance preforking server: /opt/rt4/sbin/rt-server --server Starman --port 8080 B<NOTICE>: After you run the standalone server as root, you will need to -remove your C<var/mason> directory, or the non-standalone servers +remove your C<var/mason_data> directory, or the non-standalone servers (Apache, etc), which run as a non-privileged user, will not be able to write to it and will not work. ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|