Checkout, a Wordpress website to simplify signing up for Helium 10.
- Uncomment the local environment variables in
docker-compose.yml
- Run
docker-compose up -d
- Run
docker exec h10-checkout chown -R www-data:www-data wp-content/uploads
to allow for picture uploads - Enjoy
-
Copy the both the
checkout
directory and thedocker-compose.yml
file onto the users home directory on the server -
Uncomment the production environment variables in
docker-compose.yml
-
Run
docker-compose up -d
-
Run
docker exec h10-checkout chown -R www-data:www-data wp-content/uploads
to allow for picture uploads -
Enjoy
-
Copy the
checkout
directory into the wp-content directory where Wordpress is installed -
Run
cd wp-content
-
Run
chown -R www-data:www-data wp-content/uploads
to allow for picture uploadsa. If there is not uploads directory, create it using within the wp-content directory