FeministWiki:Server setup: Difference between revisions

    Line 83: Line 83:
      git clone git@github.com:FeministWiki/FeministWiki.git repo
      git clone git@github.com:FeministWiki/FeministWiki.git repo
      cp -a repo/root/* .
      cp -a repo/root/* .
      openssl aes-256-cbc -d -md sha512 -pbkdf2 -iter 100000 -in repo/pwd.enc -out - | tar -xzf-
      sh repo/decrypt-pwd.sh


    The <code>openssl</code> decryption command will prompt you for a password.  Enter the password stored in <code>/root/pwd/meta</code> on the old server.
    The decryption script will prompt you for a password the first time it's used.  Enter the password stored in <code>/root/pwd/meta</code> on the old server.


    === Put config files in place ===
    === Put config files in place ===