savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [39] try tabs instead of four spaces


From: karl
Subject: [Savannah-cvs] [39] try tabs instead of four spaces
Date: Wed, 04 Sep 2013 23:47:42 +0000

Revision: 39
          http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=39
Author:   karl
Date:     2013-09-04 23:47:39 +0000 (Wed, 04 Sep 2013)
Log Message:
-----------
try tabs instead of four spaces

Modified Paths:
--------------
    trunk/sviki/HowToAdminThisWiki.mdwn

Modified: trunk/sviki/HowToAdminThisWiki.mdwn
===================================================================
--- trunk/sviki/HowToAdminThisWiki.mdwn 2013-09-04 23:28:03 UTC (rev 38)
+++ trunk/sviki/HowToAdminThisWiki.mdwn 2013-09-04 23:47:39 UTC (rev 39)
@@ -96,38 +96,38 @@
 We had previously decided to use ikiwiki, to avoid ever having to go
 through the agony of a cracked wiki again.  So next, on frontend,
 we just install the basic Debian package; we don't need the very latest.
-   apt-get install ikiwiki
+       apt-get install ikiwiki
 
 Following steps on <http://ikiwiki.info/setup/byhand> ...
-    SRCDIR=/usr/local/share/sviki/liveco
-    DESTDIR=/var/www/sviki
+       SRCDIR=/usr/local/share/sviki/liveco
+       DESTDIR=/var/www/sviki
 
 In `/etc/apache2/sites-available/sv.inc`, comment out zope stuff (since
 deleted), add:
-   Alias /maintenance /var/www/sviki
+       Alias /maintenance /var/www/sviki
 And run:
-   service apache2 reload
+       service apache2 reload
 
 As me, create directories, initial `index.mdwn`:
-    ikiwiki --verbose $SRCDIR $DESTDIR 
--url=http://savannah.gnu.org/maintenance/
+       ikiwiki --verbose $SRCDIR $DESTDIR 
--url=http://savannah.gnu.org/maintenance/
 Try visiting <http://savannah.gnu.org/maintenance/>.
 It works.  Amazing.
 
 Dump setup for easier editing:
-    !! --dumpsetup /usr/local/share/sviki/ikiwiki.setup
+       !! --dumpsetup /usr/local/share/sviki/ikiwiki.setup
 
 Edit setup file for wiki name, etc., then update:
-    ikiwiki --setup ikiwiki.setup
+       ikiwiki --setup ikiwiki.setup
 Skip CGI for now (forever?).
 
 Create `administration`'s svn repository (can do this anyway):
-    svn co svn+ssh://address@hidden/administration
-    svn mkdir branches tags trunk
-    svn mkdir trunk/sviki
-    cd trunk/sviki
-    svn propset svn:ignore .ikiwiki .
-    echo hi there > index.mdwn
-    svn commit
+       svn co svn+ssh://address@hidden/administration
+       svn mkdir branches tags trunk
+       svn mkdir trunk/sviki
+       cd trunk/sviki
+       svn propset svn:ignore .ikiwiki .
+       echo hi there > index.mdwn
+       svn commit
 
 (Well, the `svn co` command I actually ran was different from the above
 standard one, because I have a shell account on vcs and the other
@@ -135,19 +135,19 @@
 here.)
 
 Back on frontend, ikiwiki will need to do updates, so:
-    apt-get install subversion
+       apt-get install subversion
 
 Switch `/usr/local/share/sviki/liveco/` to an svn checkout.
 Set `rcs => 'svn'` in ikiwiki.setup; cmdline seemingly has no effect.
 Update:
-     ikiwiki --verbose --setup ikiwiki.setup
+        ikiwiki --verbose --setup ikiwiki.setup
 
 Looks like the changes are written in `liveco/.ikiwiki`; I see
 <https://savannah.gnu.org/maintenance/recentchanges/> now, made from the
 svn log.
 
 Try a commit from our checked-out repository, then on frontend:
-    ikiwiki --setup ikiwiki.setup --refresh
+       ikiwiki --setup ikiwiki.setup --refresh
 
 Looks ok.  Create user `sviki`, uid/gid 902, with generated `id_rsa`,
 and set up post-commit stuff on vcs, as described above.
@@ -156,14 +156,14 @@
 vcs.  (and from all other Savannah hosts while we're at it.)
 
 Don't bother trying to start zope anymore:
-    update-rc.d zope2.10 remove
+       update-rc.d zope2.10 remove
 That got rid of these symlinks:
-    rc0.d/K02zope2.10 -> ../init.d/zope2.10
-    rc1.d/K02zope2.10 -> ../init.d/zope2.10
-    rc2.d/K02zope2.10 -> ../init.d/zope2.10
-    rc3.d/K02zope2.10 -> ../init.d/zope2.10
-    rc4.d/K02zope2.10 -> ../init.d/zope2.10
-    rc5.d/K02zope2.10 -> ../init.d/zope2.10
-    rc6.d/K02zope2.10 -> ../init.d/zope2.10
+       rc0.d/K02zope2.10 -> ../init.d/zope2.10
+       rc1.d/K02zope2.10 -> ../init.d/zope2.10
+       rc2.d/K02zope2.10 -> ../init.d/zope2.10
+       rc3.d/K02zope2.10 -> ../init.d/zope2.10
+       rc4.d/K02zope2.10 -> ../init.d/zope2.10
+       rc5.d/K02zope2.10 -> ../init.d/zope2.10
+       rc6.d/K02zope2.10 -> ../init.d/zope2.10
 
 Maybe we are back in business.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]