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,