https://github.com/derekargueta/openresty-seed
My personal scaffold for creating OpenResty apps. Clone && rm -rf .git
https://github.com/derekargueta/openresty-seed
docker lua luajit nginx nginx-docker nginx-lua nginx-server openresty scaffold seed skeleton
Last synced: 3 months ago
JSON representation
My personal scaffold for creating OpenResty apps. Clone && rm -rf .git
- Host: GitHub
- URL: https://github.com/derekargueta/openresty-seed
- Owner: derekargueta
- Created: 2017-07-07T05:12:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T08:00:57.000Z (over 7 years ago)
- Last Synced: 2025-01-16T01:34:45.953Z (4 months ago)
- Topics: docker, lua, luajit, nginx, nginx-docker, nginx-lua, nginx-server, openresty, scaffold, seed, skeleton
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heavily in the works.
Dockerized OpenResty setup so that one can quickly prototype an OpenResty application.
```bash
$ git clone https://github.com/derekargueta/resty-seed.git
$ cd resty-seed
$ docker-compose up
Creating network "restyseed_default" with the default driver
Building app
...
```Open browser to http://localhost:8000