From 3726225332aa7f1678842f4b5e535eb21cd77a1f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 16 Mar 2021 05:49:30 -0400 Subject: [PATCH] ugh --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6827642..ffe06a5 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,28 @@ Release 1.57 Debian 10 php7.3 -5+ hours of work. +7+ hours of work. Maybe should've just used a turnkey appliance. Maybe... Maybe not. # tips -docker exec -it zencart /bin/bash +First see notes below. +Then. +docker-compose up + +docker exec -it zencart_157c /bin/bash + +then go into /tmp +and run these commands. + && unzip /tmp/download \ + && mv /tmp/zen-cart*/* /var/www/html/. \ + && cd /var/www/html \ + && cp includes/dist-configure.php includes/configure.php \ + && cp admin/includes/dist-configure.php admin/includes/configure.php \ + && chown -R www-data:www-data /var/www/html + +For some reason, I can't get volumes automated correct. Help? + + #NOTES index.html must be deleted to make room for index.php,