I have duplicator running.
Put the archive.zip and installer.php inside home/local sites/app/public
Ran the installer, everything begins well.
Host: Localhost
DB name: local
User: root
password: root
The duplicator installer unpacks the zip fine, I can see all my files in the folder.
But then it has a timeout when trying to copy over the DB:
server code: 504
status: Gateway Time-out
response:
504 Gateway Time-out
nginx/1.10.1
My duplicator log.tx is as follows:
DUPLICATOR-LITE INSTALL-LOG
STEP1 START @ 04:50:09
NOTICE: Do NOT post to public sites or forums
VERSION: 1.1.24
PHP: 5.6.20 | SAPI: fpm-fcgi
SERVER: nginx/1.10.1
DOC ROOT: /app/public
DOC ROOT 755: true
LOG FILE 644: true
BUILD NAME: 20161202_zanemellupe_58426b6894f9f8547161203065120
REQUEST URL: http://zane-mellupe.dev/installer1.php
ARCHIVE SETUP
NAME: 20161202_zanemellupe_58426b6894f9f8547161203065120_archive.zip
SIZE: 73.67MB
ZIP: Enabled (ZipArchive Support)
EXTRACTING
ZipArchive Object
(
[status] => 0
[statusSys] => 0
[numFiles] => 12658
[filename] => /app/public/20161202_zanemellupe_58426b6894f9f8547161203065120_archive.zip
[comment] =>
)
COMPLETE: true
WEB SERVER CONFIGURATION FILE RESET:
- Backup of .htaccess/web.config made to .orig
- Reset of .htaccess/web.config files
UPDATED FILES:
- SQL FILE: ‘/app/public/installer-data.sql’
- WP-CONFIG: ‘/app/public/wp-config.php’ (if present)
ARCHIVE RUNTIME: 63.5248 sec.
=====
I hope I can get this working, local seems faster than MAMP, by far.
Thanks for any help in advance.
Jeff