@@ -19,15 +19,15 @@ A Gateway based on OpenResty(Nginx+lua) for API Monitoring and Management.
1919 - Orange v0.6.1 and versions before v0.6.1 are compatible with lor v0.2.*
2020 - Orange v0.6.2+ is compatible with lor v0.3.0+
2121
22- Import the SQL file(e.g. install/orange-v0.6.2 .sql) which is adapted to your Orange version into MySQL database named ` orange ` .
22+ Import the SQL file(e.g. install/orange-v0.6.3 .sql) which is adapted to your Orange version into MySQL database named ` orange ` .
2323
2424#### Install
2525
26- ** 1) version < 0.5.0 **
26+ 1 ) script management
2727
28- If you use Orange under v0.5.0, there is no need to ` install ` .
28+ use shell scripts (e.g. ` start.sh ` ) to manage Orange .
2929
30- ** 2) version >= 0.5.0 **
30+ 2 ) CLI tool
3131
3232In addition to ` start.sh ` script, a new cli tool could be utilized to manage Orange. You should install the cli first:
3333
@@ -38,17 +38,15 @@ make install
3838
3939then, the Orange runtime lua module is installed in ` /usr/local/orange ` and an executable command named ` /usr/local/bin/orange ` is generated.
4040
41-
4241#### Usages
4342
4443Before starting Orange, you should ensure that the ` orange.conf ` and ` nginx.conf ` are redefined to satisfy the demands of your project.
4544
46-
47- ** 1) version < 0.5.0**
45+ 1 ) script management
4846
4947Just ` sh start.sh ` to start Orange. You could rewrite some other shell scripts as you need.
5048
51- ** 2) version >= 0.5.0 **
49+ 2 ) CLI tool
5250
5351` orange help ` to check usages:
5452
@@ -79,10 +77,10 @@ Find more about Orange on its [website](http://orange.sumory.com/docs). There is
7977
8078### Contributors
8179
82- - 雨帆( [ @syhily ] ( https://github.com/syhily ) )
83- - lhmwzy( [ @lhmwzy ] ( https://github.com/lhmwzy ) )
84- - 罗泽轩( [ @spacewander ] ( https://github.com/spacewander ) )
85- - joke( [ @noname007 ] ( https://github.com/noname007 ) )
80+ - [ @syhily ] ( https://github.com/syhily )
81+ - [ @lhmwzy ] ( https://github.com/lhmwzy )
82+ - [ @spacewander ] ( https://github.com/spacewander )
83+ - [ @noname007 ] ( https://github.com/noname007 )
8684
8785### See also
8886
0 commit comments