more attempts at getting the formatting right.
authorJamie McClelland <jm@mayfirst.org>
Wed, 3 Sep 2008 16:33:42 +0000 (12:33 -0400)
committerJamie McClelland <jm@mayfirst.org>
Wed, 3 Sep 2008 16:33:42 +0000 (12:33 -0400)
website/mirrors.mdwn

index 342abfaa352023a3826ca1c055f39070ba2e18a7..6b97c7672ad3c114550e4354f9e2f1003cae861f 100644 (file)
@@ -26,45 +26,34 @@ The steps for creating a new mirror are:
                Pin: release a=etch-backports
                Pin-Priority: 999
        * Install git-core and ikiwiki
-
                aptitude update; aptitutde install git-core ikiwiki
-
        * Create a new user. Change the new users shell to git-shell:
-
                adduser -s /usr/bin/git-shell <username>
-
        * Add webmaster@george's public key to this user's ~/.ssh/authorized_keys file
-
        * Add web site configuration that the user has write access to. If you are using Apache, include the following rewrite:
-
                RewriteEngine On
                RewriteCond %{HTTP_HOST} !^(YOURHOSTNAME|web)\.monkeysphere\.info$ [NC]
                RewriteCond %{HTTP_HOST} !^$
                RewriteRule ^/(.*) http://web.monkeysphere.info/$1 [L,R]
-
        * Upload and edit ikiwiki.setup.sample from the docs directory
        * As the new user, create two new git repos
-
                mkdir monkeysphere.git; cd monkeysphere.git; git init --bare; cd ../
                git clone monkeysphere.git # this will create a second git repo called monkeysphere
-
        * Change the mode of monkeysphere.git/hooks/post-receive to 755
-
                chmod 755 monkesphere.git/hooks/post-receive
+       * Edit the file so that it executes the post-receive hook ikiwiki
+       generates (as you specified in the ikiwiki.setup file)
 
-       * Edit the file so that it executes the post-receive hook ikiwiki generates (as you specified in the ikiwiki.setup file)
-
-The steps to be taken on the mirror site should now be complete. The following steps should be taken by a Monkeysphere admin user:
+The steps to be taken on the mirror site should now be complete. The
+following steps should be taken by a Monkeysphere admin user:
 
  * Add a new dns record for SERVERNAME.monkeysphere.info. 
  * Test the ssh connection by logging in as webmaster@george.riseup.net
- * Add the new server as a remote on webmaster@george.riseup.net:monkeysphere.git
-
+ * Add the new server as a remote on
+ webmaster@george.riseup.net:monkeysphere.git
                cd ~/monkeysphere.git
                git add remote SERVERNAME USER@SERVERNAME.monkeysphere.info:/path/to/repo
-
  * Test:
-
                git push SERVERNAME