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

https://github.com/cdrubin/purr

an alpine linux based postgresql nginx redis openresty phat web development harness
https://github.com/cdrubin/purr

bash docker openresty postgresql redis

Last synced: 3 months ago
JSON representation

an alpine linux based postgresql nginx redis openresty phat web development harness

Awesome Lists containing this project

README

          

## ~~PNRR~~
# purr!

Getting started with web development was made extra accessible by PHP through the AMPs: LAMP, WAMP and friends.

This project seeks to make access to a friendly (but with all of the gory details easily accessible) environment for web application development using a "better" set of tools.

This repo represents the simplest and least invasive way to get started with ___purr___. Docker is required.

While it might be accurate to call this:

- P = [postgresql](https://www.postgresql.org/)
- N = [nginx](https://www.nginx.com/)
- R = [redis](https://redis.io/)
- R = [(open)resty](https://openresty.org/)

__PNRR__ is a mouthful. So much better to ___purr___, no?

-----------------------------------------------------------------------------------------
### TODO:
#### 1. add data backup and restore integration:
- on run if a postgresql.sql file exists but not postgresql data is present then offer to restore
- on delete offer option to save the redis and postgresql contents so they can be version controlled