You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/04/03 02:03:20 UTC

[whimsy.git] [1/1] Commit 7a5c431: mention rake auth server

Commit 7a5c43163514be8a2679b6efdf6a9ae27b43d0eb:
    mention rake auth server


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/roster/README                                            | +++++++++ 
------------------------------------------------------------
9 changes: 9 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/roster/README b/www/roster/README
index 578fec1..1b9e68a 100644
--- a/www/roster/README
+++ b/www/roster/README
@@ -1,3 +1,12 @@
 To test locally, run:
 
     rake server
+
+If you are running commands/actions that require authentication, start your
+sever using:
+
+    rake auth server
+
+Doing so will prompt you for your password.  Should your username for apache
+not match your local user name, set the `USER` environment variable to your
+apache user id before running the above command.