Skip to content
/ openlu Public

Project with Openresty and lua examples.

License

Notifications You must be signed in to change notification settings

iusik/openlu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenLu

Openresty with Lua examples

Table of Contents

How to run

Dependencies

Docker

OpenResty

LuaRocks

Run docker & Develop

docker-compose -f docker-dev-compose.yml up Starts docker container with openresty and mounted directory ./src.

docker-dev-compose.yml is made to develop new features, and then build image.

Plugins

All plugins are places to directory: ./src/plugins/*

Current DateTime

Name: currentDateTime

Path: ./src/plugins/currentDateTime

Description: Returns current time as json object

Realtime replace content

Name: replaceContent

Path: ./src/plugins/replaceContent

Description: Replace content from upstreams

License

The Laravel framework is open-sourced software licensed under the MIT license.