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
- Host: GitHub
- URL: https://github.com/cdrubin/purr
- Owner: cdrubin
- Created: 2020-04-22T13:16:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T16:46:46.000Z (about 6 years ago)
- Last Synced: 2025-03-30T16:16:58.704Z (about 1 year ago)
- Topics: bash, docker, openresty, postgresql, redis
- Language: Lua
- Homepage:
- Size: 394 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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