https://github.com/quis/quis.cc
Tools for publishing quis.cc
https://github.com/quis/quis.cc
docker make wordpress
Last synced: about 2 months ago
JSON representation
Tools for publishing quis.cc
- Host: GitHub
- URL: https://github.com/quis/quis.cc
- Owner: quis
- License: mit
- Created: 2017-02-13T16:19:29.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:24:54.000Z (over 1 year ago)
- Last Synced: 2025-09-25T17:44:25.713Z (9 months ago)
- Topics: docker, make, wordpress
- Language: PHP
- Homepage: http://quis.cc
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this repo?
Tools for publishing [quis.cc](http://quis.cc).
# How it works
- Runs Wordpress locally inside a Docker container
- Spiders the local-running site with `wget` to create a static mirror
of the Wordpress site
- Deploys the static mirror to Amazon S3
# Requires
- Docker
- Python
- AWS CLI
# Getting it running locally
- `make build-docker-image`
- `make wordpress`
- `make frontend`
- Go to [http://localhost:8000](http://localhost:8000)
- Under settings, select themes then activate the quis.cc theme
# To generate the static mirror into `./static`
- `make generate`
# To see the static site locally
- `make serve-static`