Browse Source

ugh

master
Your Name 3 years ago
parent
commit
3726225332
1 changed files with 19 additions and 2 deletions
  1. +19
    -2
      README.md

+ 19
- 2
README.md View File

@ -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,

Loading…
Cancel
Save