This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
wordpress/README.md

650 B

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.