Commit Graph

12 Commits

Author SHA1 Message Date
jie
b4890bf607
doc: remove all ‘incubator’ in doc (#2014) 2020-08-07 07:57:09 +08:00
YuanSheng Wang
7440192f8f
bugfix(CI): avoid to install APISIX to deps folder, that is a bug for older luarocks (#1471)
If the Luarocks version is lower than "v2.4.3", it does not support the "--only-deps" parameter. Even if we set the "--only-deps" parameter, no error message will be given during runtime.

We only wanted to install the dependencies in the deps directory, but the APISIX was also installed so that the test case might load the wrong version of the source code.
2020-04-20 09:09:14 +08:00
YuanSheng Wang
04539ae972
bugfix(CLI): added $prefix/deps/share/lua/5.1/?/init.lua to search path. (#1443) 2020-04-13 09:54:07 +08:00
dabue
fc475ccd7e
change: use the correct parameters based on the version of luarocks
Fix #1227
2020-03-10 15:16:14 +08:00
YuanSheng Wang
5f2210b421
travis: run a APISIX instance which intalled by luarocks. (#1063) 2020-01-22 16:19:01 +08:00
chnliyong
7443133031
Resolve #882 and simplify conf (#894)
* Resolve #882 and simplify conf
2019-11-24 23:05:52 +08:00
WenMing
12a2b01b71
license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
Lien
7716416f6d doc: change all iresty/apisix link in documents into apache/incubator-apisix (#754) 2019-10-30 10:45:09 +08:00
YuanSheng Wang
d6c4407921 doc: make installation steps clear and remove useless dependency installations (#729) 2019-10-23 15:27:20 +08:00
YuanSheng Wang
4abb47ba98
bugfix: avoided using temporary files to get the LuaJIT main path. (#602)
* bugfix: avoided using temporary files to get the LuaJIT main path.

* optimize: avoided using temporary files to get the LuaJIT main path.

fix: #597
2019-09-26 15:19:29 +08:00
coolsoul
7adcea69fb doc: added chinese doc for stream proxy. 2019-09-26 15:08:21 +08:00
YuanSheng Wang
a4ac562a91
utils: supported to install apisix by shell which is more easy. (#584) 2019-09-24 16:13:46 +08:00