FeministWiki:Server setup: Difference between revisions

no edit summary
No edit summary
Line 25: Line 25:
  apt-get install software-properties-common
  apt-get install software-properties-common
  apt-get install tree
  apt-get install tree
=== Fetch scripts & config repo ===
 
Set up GitHub ssh access by copying the <code>.ssh/id_rsa</code> from the old server.  After that:
 
cd ~
git clone git@github.com:FeministWiki/FeministWiki.git repo
cp -a repo/root/* .
sh repo/decrypt-pwd.sh
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.


=== Set up firewall ===
=== Set up firewall ===
Line 89: Line 100:
  a2enmod rewrite
  a2enmod rewrite
  a2enmod ssl
  a2enmod ssl
=== Fetch scripts & config repo ===
 
Set up GitHub ssh access by copying the <code>.ssh/id_rsa</code> from the old server.  After that:
 
cd ~
git clone git@github.com:FeministWiki/FeministWiki.git repo
cp -a repo/root/* .
sh repo/decrypt-pwd.sh
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.


=== Create vmail user ===
=== Create vmail user ===