FeministWiki:Server setup: Difference between revisions

No edit summary
Line 73: Line 73:
=== Fetch scripts & config repo ===
=== Fetch scripts & config repo ===
    
    
Set up GitHub ssh access by copying the {{C|.ssh/id_rsa}} from the old server.  After that:
Having copied the {{C|.ssh/id_rsa}} from the old server will give you access to the GitHub FeministWiki repo:
 
 
  cd ~
  cd
  git clone git@github.com:FeministWiki/FeministWiki.git repo
mkdir repo
  cp -a repo/root/* repo/root/.??* .
  git clone git@github.com:FeministWiki/FeministWiki.git repo/fw
  sh repo/decrypt-pwd.sh
  cp -ai repo/fw/root/* repo/fw/root/.??* .
  sh repo/fw/decrypt-pwd.sh


The decryption script will prompt you for a password the first time it's used.  Enter the password stored in {{C|/root/pwd/meta}} on the old server.
The decryption script will prompt you for a password the first time it's used.  Enter the password stored in {{C|/root/pwd/meta}} on the old server.