An open API service indexing awesome lists of open source software.

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

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`