more attempts at getting the formatting right.
[monkeysphere.git] / website / mirrors.mdwn
index 8445a26330ec2ae52c61474135d0c19815ca4e33..6b97c7672ad3c114550e4354f9e2f1003cae861f 100644 (file)
@@ -41,17 +41,20 @@ The steps for creating a new mirror are:
                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 pusch SERVERNAME
+               git push SERVERNAME