dec6bc4dd9d11167e02d46a85ec719ffff2de0bb
wordpress
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.
On the first run, you'll have to wait some seconds for the database to
initialise before running through the initial installation. We don't make use
of something like wait-for-it
because the depends_on
stanza makes Docker swarm wait for it to come up on
the production deploy. So, we can just avoid doing this altogether for the
development workflow to save ourselves work.
Production
- Our drone.autonomic.zone configuration automatically deploys.
- For a manual deploy guide, see this documentation.
Description
Open source software you can use to create a beautiful website, blog, or app
https://github.com/wordpress/wordpress
Readme
GPL-3.0
599 KiB
Languages
Shell
92%
Roff
8%