Changes

From SME Server
Jump to navigationJump to search
20 bytes added ,  20:32, 2 August 2007
no edit summary
Line 47: Line 47:  
==Uploading contrib(s) to contribs.org==
 
==Uploading contrib(s) to contribs.org==
   −
If you have created a contrib and wish to share with everyone then you can upload to your mirror.contribs.org/contribs directory. To do so you can use scp, sftp or rsync to upload to your contrib directory.
+
If you have created a contrib and wish to share with everyone then you can upload to your mirror.contribs.org/smeserver/contribs directory. To do so you can use scp, sftp or rsync to upload to your contrib directory.
    
Make sure you have a working copy of your contrib directory, for example to use rsync we will grab a copy by typing...
 
Make sure you have a working copy of your contrib directory, for example to use rsync we will grab a copy by typing...
Line 53: Line 53:  
  rsync -avP username@shell.contribs.org:~username/ /tmp/test/
 
  rsync -avP username@shell.contribs.org:~username/ /tmp/test/
   −
Now make your /tmp/test directory looks like what you wish to see on your mirror.contribs.org/contribs directory, if you wish to remove a contrib from your directory you can do so by typing the following...
+
Now make your /tmp/test directory looks like what you wish to see on your mirror.contribs.org/smeserver/contribs directory, if you wish to remove a contrib from your directory you can do so by typing the following...
    
  rsync -avP --delete /tmp/test/ username@shell.contribs.org:~username/
 
  rsync -avP --delete /tmp/test/ username@shell.contribs.org:~username/
board
414

edits

Navigation menu