[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [35] try markup fix again
From: |
karl |
Subject: |
[Savannah-cvs] [35] try markup fix again |
Date: |
Tue, 03 Sep 2013 17:16:16 +0000 |
Revision: 35
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=35
Author: karl
Date: 2013-09-03 17:16:12 +0000 (Tue, 03 Sep 2013)
Log Message:
-----------
try markup fix again
Modified Paths:
--------------
trunk/sviki/HowToAdminThisWiki.mdwn
trunk/sviki/SavannahArchitecture.mdwn
trunk/sviki/SshAccess.mdwn
trunk/sviki/index.mdwn
Modified: trunk/sviki/HowToAdminThisWiki.mdwn
===================================================================
--- trunk/sviki/HowToAdminThisWiki.mdwn 2013-09-03 16:47:00 UTC (rev 34)
+++ trunk/sviki/HowToAdminThisWiki.mdwn 2013-09-03 17:16:12 UTC (rev 35)
@@ -3,9 +3,21 @@
0. Check out the subversion repository in the administration project.
See <https://savannah.gnu.org/svn/?group=administration>.
-0. Make edits as you please on your local files.
+0. Make edits as you please on those local files.
-0. `svn commit -m'log message'`
+0. Run `svn commit -m'log message'`.
The result should show up under <http://savannah.gnu.org/maintenance/>
-in a few seconds, if all goes well.
+in a few seconds, if all goes well. (Check [[RecentChanges]] if you
+like, as well as the page being updated.)
+
+Wiki configuration
+------------------
+In the file frontend:~sviki/ikiwiki.setup. At present, we are using the
+default (quite minimal) configuration, with no extra plugins.
+
+That file is in RCS, for simplest version control. Anyone in the
+`staff` group can edit it, which should be anyone who has shell access
+to the machine. (All Savannah administrators are welcome to have shell
+logins, but Savannah users do not, for obvious security reasons.)
+
Modified: trunk/sviki/SavannahArchitecture.mdwn
===================================================================
--- trunk/sviki/SavannahArchitecture.mdwn 2013-09-03 16:47:00 UTC (rev 34)
+++ trunk/sviki/SavannahArchitecture.mdwn 2013-09-03 17:16:12 UTC (rev 35)
@@ -98,11 +98,11 @@
High load
---------
-If a DomU is experiencing heavy load, running these rwo commands will
+If a DomU is experiencing heavy load, running these commands will
dump some basic system state for possible post mortems:
- `d=date +%F.%T; cd /; top & ps auxww\>ps-\$d & lsof\>lsof-\$d & netstat
- --numeric-hosts\>netstat-\$d &
+ d=`date +%F.%T`; cd /tmp; top>top-$d & ps auxww>ps-$d & lsof>lsof-$d &
+ netstat --numeric-hosts>netstat-$d &
We have often seen high loads due to vc browsers being hit too hard.
Modified: trunk/sviki/SshAccess.mdwn
===================================================================
--- trunk/sviki/SshAccess.mdwn 2013-09-03 16:47:00 UTC (rev 34)
+++ trunk/sviki/SshAccess.mdwn 2013-09-03 17:16:12 UTC (rev 35)
@@ -1,13 +1,13 @@
Short version
-------------
-Set up your SSH key by typing in a terminal:
+Set up your SSH key by typing in a terminal window on your local machine:
ssh-keygen
-Then copy `~/.ssh/id_rsa.pub` in
-<https://savannah.gnu.org/my/admin/editsshkeys.php>
-(once logged in to savannah).
+Then copy the contents of the resulting file `~/.ssh/id_rsa.pub` into
+the form at <https://savannah.gnu.org/my/admin/editsshkeys.php>
+(after logging in to the savannah web interface).
Detailed version
----------------
Modified: trunk/sviki/index.mdwn
===================================================================
--- trunk/sviki/index.mdwn 2013-09-03 16:47:00 UTC (rev 34)
+++ trunk/sviki/index.mdwn 2013-09-03 17:16:12 UTC (rev 35)
@@ -1,4 +1,5 @@
-Welcome to your new wiki.
+This is the Savannah documentation wiki.
+See [[FrontPage]] for the main table of contents.
All wikis are supposed to have a [[SandBox]],
so this one does too.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [35] try markup fix again,
karl <=