diff --git a/README.md b/README.md index 10cd8f5..e9fa4b9 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,4 @@ > https://wordpress.org -## Development - -```bash -$ 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 - -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](https://github.com/vishnubob/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. +**Work In Progress.** diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 39a2b6e..0000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] -} diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index e2fcb03..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -docker-compose==1.25.5