Open source software you can use to create a beautiful website, blog, or app https://github.com/wordpress/wordpress
Go to file
Luke Murphy a62eae3586
Init this new WP setup
2020-05-03 00:21:33 +02:00
.envrc.sample Init this new WP setup 2020-05-03 00:21:33 +02:00
LICENSE Init this new WP setup 2020-05-03 00:21:33 +02:00
README.md Init this new WP setup 2020-05-03 00:21:33 +02:00
docker-compose.override.yml Init this new WP setup 2020-05-03 00:21:33 +02:00
docker-compose.production.yml Init this new WP setup 2020-05-03 00:21:33 +02:00
docker-compose.yml Init this new WP setup 2020-05-03 00:21:33 +02:00
requirements.txt Init this new WP setup 2020-05-03 00:21:33 +02:00

README.md

wordpress

https://wordpress.org

https://wp.swarm.autonomic.zone

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/wordpress && cd wordpress
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ docker-compose up

Then visit the new Wordpress site.

http://localhost:8010

Production

  1. Our drone.autonomic.zone configuration automatically deploys.
  2. For a manual deploy guide, see this documentation.