Open source software you can use to create a beautiful website, blog, or app https://github.com/wordpress/wordpress
Go to file
3wc 70e9c4355a Update for Current Exciting Sep 2020 Best-Practice 2020-09-11 01:30:10 +02: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

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