-
Notifications
You must be signed in to change notification settings - Fork 599
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
Deployment Section Restructure #2 #7852
base: master
Are you sure you want to change the base?
Conversation
Newest code from mattermost has been published to preview environment for Git SHA 63fc34b |
Newest code from mattermost has been published to preview environment for Git SHA 1daeb3d |
Newest code from mattermost has been published to preview environment for Git SHA fa9f367 |
source/deploy/try-mattermost.rst
Outdated
Deployment Options | ||
------------------ | ||
|
||
.. tab:: Azure Marketplace |
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 we put Docker first since it's probably the most accessible way to quick start for an evaluation?
Following up on my comment in Hub, is there any specific reason the docker preview image is TE or can we make it E0?
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.
Adding @spirosoik on both asks, good questions.
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.
We should add the docker preview. I don't have a clear answer why docker preview is TE, I can discuss with the team
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.
Docker Preview is currently added, the question I think is what should be the default tab. Currently it's Azure AIO VM.
Newest code from mattermost has been published to preview environment for Git SHA f082be4 |
@esethna Good notes - I'll update the pages later today and re-request review. Thanks! |
@@ -27,6 +27,9 @@ | |||
|
|||
</div> | |||
|
|||
.. warning:: |
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.
In addition to this docs warning, a Forum announcement post is also required.
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.
@spirosoik Did you discuss this one with PM/CS already? Would you be open to prepare the forum post?
Newest code from mattermost has been published to preview environment for Git SHA 608f7bf |
Newest code from mattermost has been published to preview environment for Git SHA 716ed9b |
Updated the PRs, outstanding organizational questions re: deprecation notice and preview orders, but otherwise good to go for second review. Spiros will prepare a second PR for other changes. |
|
||
When using an HTTPS proxy, ensure your Mattermost server has the proxy's root certificate configured to avoid connection issues. | ||
|
||
.. dropdown:: Example systemd Service Configuration |
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.
The current Sphinx environment doesn't support the .. dropdown::
directive. As a result, no content associated with this directive is displayed when the docs are generated.
Are you looking to collapse and expand content on the page or something else?
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.
Correct, I'd like this to be collapsed and optionally expanded if the user would like to, but different directives didn't work. Any recommendation?
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.
Yes. We'd need a Sphinx extension to support collapse/expand functionality in our environment. I have one in mind. Is this a must-have to get this PR in, or a nice-to-have we could iterate on over time?
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.
Definitely a nice-to-have - We can just make it a code block instead.
@DSchalla - the following build warnings are present via this docs PR. In all 3 cases, the source file isn't defined as a nav pane item. Can I get your help to confirm whether this is intentional or not, please?
|
Newest code from mattermost has been published to preview environment for Git SHA f7ef0f8 |
Good questions.
Thanks for your help, Carrie! |
Newest code from mattermost has been published to preview environment for Git SHA c724207 |
Build errors resolved, redirects added, & |
@DSchalla - Are more content/changes expected that will need review? This PR is ready for merge from my perspective. Please feel free to merge when ready. |
Newest code from mattermost has been published to preview environment for Git SHA 5f942f8 |
@cwarnermm Thank you, negative, was largely pending on @esethna and @wiersgallak comment. @spirosoik See the question on Omnibus and Docker vs. Azure for Trial. Katie, Eric, let me know if you have any pending questions. Otherwise I'll merge tomorrow morning. |
Newest code from mattermost has been published to preview environment for Git SHA 0c9db0c |
5. Once deployed, access your Mattermost instance using the public IP address or DNS name provided. | ||
|
||
.. note:: | ||
The Azure Marketplace image comes with PostgreSQL and is more suitable for testing production-like scenarios. Remember to delete the resources when you're done to avoid unnecessary charges. |
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.
In the doc intro blurb it states that both these deploy options use SQLite databases so are not configured for production. It this statement here contradictory? @DSchalla
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.
@nickmisasi @toninis Can you help here as I don't have much background with the AIO image?
@DSchalla added one comment above, re Azure vs Docker being the default (and if the docker image can be E0), we don't need to block the PR since @spirosoik is out for the week, we can follow-up when he's back |
Summary
Follow up to #7816, which introduces multiple bug fixes and enhancements.