Move both files “Installer” and “Archive” to the “public HTML folder” of the domain you want to duplicate to or into the folder you want WordPress to be installed.

That’s it!

Procedures on backup site ( ex. server/ins/)

事前準備

  • mkdir /var/www/target
    • chown www-data:www-data target
  • Alias 設定 target
    • /etc/apache2/conf-avalable/target.conf
    • a2enconf target
  • mysql
    • database ins, user target作成, password設定
      • database名、user名は固有のものを設定
  • install時に、新たなdatabaseを制御できればOK
  • ログイン時には、site オリジナルのuser/passwordでログインする。