/h10-checkout

Checkout website to simplify signing up for Helium 10

Primary LanguagePHP

Helium 10 Checkout 🆕

Checkout, a Wordpress website to simplify signing up for Helium 10.

Steps to run on local

  1. Uncomment the local environment variables in docker-compose.yml
  2. Run docker-compose up -d
  3. Run docker exec h10-checkout chown -R www-data:www-data wp-content/uploads to allow for picture uploads
  4. Enjoy

Steps for deployment

Using Docker

  1. Copy the both the checkout directory and the docker-compose.yml file onto the users home directory on the server

  2. Uncomment the production environment variables in docker-compose.yml

  3. Run docker-compose up -d

  4. Run docker exec h10-checkout chown -R www-data:www-data wp-content/uploads to allow for picture uploads

  5. Enjoy

Not using Docker

  1. Copy the checkout directory into the wp-content directory where Wordpress is installed

  2. Run cd wp-content

  3. Run chown -R www-data:www-data wp-content/uploads to allow for picture uploads

     a. If there is not uploads directory, create it using within the wp-content directory