You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/07/03 13:20:46 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1800: doc: Add guides for installing dependencies on Fedora

membphis commented on a change in pull request #1800:
URL: https://github.com/apache/incubator-apisix/pull/1800#discussion_r449580339



##########
File path: doc/install-dependencies.md
##########
@@ -65,6 +66,21 @@ sudo yum install -y etcd openresty curl git gcc luarocks lua-devel
 sudo service etcd start
 ```
 
+Fedora 31 & 32
+==============
+
+```shell
+# add OpenResty source
+sudo yum install yum-utils
+sudo yum-config-manager --add-repo https://openresty.org/package/fedora/openresty.repo
+
+# install OpenResty, etcd and some compilation tools
+sudo yum install -y etcd openresty curl git gcc luarocks lua-devel
+
+# start etcd server
+sudo service etcd start

Review comment:
       we need to confirm we enable the v2 protocol.
   
   `etcd --enable-v2` is the simplest way.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org