Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: modify the make install in how to build Apache APISIX doc #6627

Merged
merged 4 commits into from
Mar 23, 2022

Conversation

bin-ya
Copy link
Contributor

@bin-ya bin-ya commented Mar 16, 2022

Description

Fixes: #6559

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

Comment on lines 128 to 129
# Install apisix command (only for luarocks)
make install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm make install is better?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. We can rename this task and claim that the developer should not try to "install" the source.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bin-ya I think Install apisix command (only for luarocks) should be changed to Install apisix command (developer do not need to follow this step)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

tzssangglass
tzssangglass previously approved these changes Mar 21, 2022
@@ -125,7 +125,7 @@ Follow the steps below to install Apache APISIX via the source release package.
cd apisix-${APISIX_VERSION}
# Create dependencies
make deps
# Install apisix command
# Install apisix command (developer do not need to follow this step)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused. If it is no need, why not remove it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove it. cc @bin-ya

tzssangglass
tzssangglass previously approved these changes Mar 21, 2022
leslie-tsang
leslie-tsang previously approved these changes Mar 21, 2022
@@ -125,8 +125,6 @@ Follow the steps below to install Apache APISIX via the source release package.
cd apisix-${APISIX_VERSION}
# Create dependencies
make deps
# Install apisix command
make install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also remove make uninstall?

@bin-ya bin-ya dismissed stale reviews from leslie-tsang and tzssangglass via dc1e887 March 22, 2022 02:08
Copy link
Member

@leslie-tsang leslie-tsang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: remove the make install in how to build Apache APISIX doc
4 participants