You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/14 22:58:41 UTC

[Lenya Wiki] Update of "WyonaReplication" by GregorRothfuss

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.

The following page has been changed by GregorRothfuss:
http://wiki.apache.org/lenya/WyonaReplication

The comment on the change is:
obsolete

------------------------------------------------------------------------------
+ deleted
- Secure Copy</title>
- 			<p>
- The shell script uses secure copy for replicating the files from the authoring to the live server.
- In order that the live server is trusting the authoring server one has to generate public keys.
- Note that we assume the use of SSH 2.
- </p>
- 			<section><title>Key Generation</title>
- 					<ol>
- 						<li>ssh-keygen -t dsa (Don't enter a passphrase, just hit enter. The file ~/.ssh/id_dsa.pub should be generated)</li>
- 						<li>scp ~/.ssh/id_dsa.pub remoteuser@remotehost:.ssh/authorized_keys (if authorized_keys does already exist on the remote server, then only add the key from id_dsa.pub)</li>
- 					</ol>
- 			</section>
- 		</section>
- 		<section><title>Shell Script</title>
- 			<p>
- Use the shell script <code>lenya/bin/replicate.sh</code> to copy the exported static files to the remote host.
- </p>
- 		</section>
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org