summarylogtreecommitdiffstats
path: root/kong-community-edition.install
blob: 598550c431d3e38bdfd8717c2c39db69e5d3ed7e (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	luarocks install kong 1.1.0-0
	mkdir -p /etc/kong
	mv /usr/lib/luarocks/rocks/kong/1.1.0-0/kong.conf.default /etc/kong/kong.conf.default

}

post_upgrade() {
	post_install
}