
luarocks:
	luarocks --tree=rocks install lua-resty-jwt 0.2.3
	curl -L https://github.com/openresty/lua-resty-string/archive/v0.15.tar.gz | \
		tar -C ./rocks/share/lua/5.1/ -x -v -z -f - \
			--wildcards '*/lib/resty/*' --strip-components 2
	curl -L https://github.com/openresty/lua-resty-lock/archive/v0.09.tar.gz | \
		tar -C ./rocks/share/lua/5.1/ -x -v -z -f - \
			--wildcards '*/lib/resty/*' --strip-components 2
	curl -L https://github.com/openresty/lua-resty-redis/archive/v0.29.tar.gz | \
		tar -C ./rocks/share/lua/5.1/ -x -v -z -f - \
			--wildcards '*/lib/resty/*' --strip-components 2


nginx/mime.types:
	cd nginx && ln -sf /etc/nginx/mime.types .

