-
Notifications
You must be signed in to change notification settings - Fork 2
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
Linux Installation how-tos #399
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for kongdeveloper failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this page exist, or should the info just be on the install doc?
{% navtabs %} | ||
{% navtab "Manual Installation" %} | ||
1. Download {{site.base_gateway}}: | ||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the indents in these codeblocks (see my slack message) so that we don't get extra spaces at the start of the codeblock.
{% endnavtabs %} | ||
|
||
3. Enable FIPS | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app/gateway/installation.md
Outdated
|
||
You can check the permissions and ownership of the {{site.base_gateway}} in Linux like this: | ||
|
||
`ls -l /usr/local/kong` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If your worry is people copy/pasting, they can copy & paste anything. So using just one backtick doesn't solve it. We should still use codeblocks here, and use this class with them {:.no-copy-code}
. It'll disable the copy button.
Can we support something like this in the platform? |
Co-authored-by: lena-larionova <[email protected]>
Update 2/19
This ticket does a few things:
Description
Fixes #387
Fixes #395 (rather invalidates it).
There is a ticket to create generated links out of the URLs in the platform.
Preview Links
Checklist