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/02/29 01:14:53 UTC

[whimsy.git] [1/1] Commit c9542be: fix indentation for markdown

Commit c9542bea4ee004072a89b5da2a7a650b70ed8982:
    fix indentation for markdown


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

------------------------------------------------------------
DEVELOPMENT.md                                               | +++++ -----
------------------------------------------------------------
18 changes: 9 additions, 9 deletions.
------------------------------------------------------------


diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 8c29534..c13f77d 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -178,8 +178,8 @@ http://localhost/whimsy/:
 
 2. Configure `suexec` by editing `/etc/apache2/suexec/www-data`:
 
-       /srv
-       public_html
+        /srv
+        public_html
 
 3. Install passenger by running either running 
    `passenger-install-apache2-module` and following its instructions, or
@@ -187,13 +187,13 @@ http://localhost/whimsy/:
 
 4. Configure individual rack applications:
 
-       Alias /whimsy/board/agenda/ /srv/whimsy/www/board/agenda
-       <Location /whimsy/board/agenda>
-         PassengerBaseURI /whimsy/board/agenda
-         PassengerAppRoot /srv/whimsy/www/board/agenda
-         PassengerAppEnv development
-         Options -Multiviews
-       </Location>
+        Alias /whimsy/board/agenda/ /srv/whimsy/www/board/agenda
+        <Location /whimsy/board/agenda>
+          PassengerBaseURI /whimsy/board/agenda
+          PassengerAppRoot /srv/whimsy/www/board/agenda
+          PassengerAppEnv development
+          Options -Multiviews
+        </Location>
 
 5. (Optional) run a service that will restart your passenger applications
    whenever the source to that application is modified by creating a