Custom PHP application
Go to file
Comrade Renovate Bot 89978dddc3 Add renovate.json 2020-09-14 20:03:20 +00:00
.envrc.sample Update for Current Exciting Sep 2020 Best-Practice 2020-09-11 01:30:10 +02:00
.gitignore Update for Current Exciting Sep 2020 Best-Practice 2020-09-11 01:30:10 +02:00
LICENSE Init this new WP setup 2020-05-03 00:21:33 +02:00
README.md Update for Current Exciting Sep 2020 Best-Practice 2020-09-11 01:30:10 +02:00
compose.yml Update for Current Exciting Sep 2020 Best-Practice 2020-09-11 01:30:10 +02:00
renovate.json Add renovate.json 2020-09-14 20:03:20 +00:00

README.md

wordpress

Coöp Cloud + Wordpress = 🥳

  1. Set up Docker Swarm and abra

  2. Deploy compose-stacks/traefik

  3. cp .envrc.sample .envrc

  4. Edit .envrc - be sure to change $DOMAIN to something that resolves to your Docker swarm box

  5. direnv allow (or . .envrc)

  6. Generate secrets:

    abra secret_generate db_password v1
    abra secret_generate db_root_password v1
    
  7. abra deploy

  8. Open the configured domain in your browser to finish set-up