-
Notifications
You must be signed in to change notification settings - Fork 396
Update the free matrix server article/guide #1073
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
Update the free matrix server article/guide #1073
Conversation
benparsons
left a comment
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.
Only one point for me, the title
|
|
||
| I suggest enabling swap, since there's only 1 GB of RAM. | ||
|
|
||
| ```shell |
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.
Is shell or sh the right choice for syntax highlighting shell code?
It looks like we use shell a lot more than sh in the rest of the codebase
| @@ -1,5 +1,5 @@ | |||
| --- | |||
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.
Looks good on http://localhost:8000/docs/guides/free-small-matrix-server ✅
We could also add a link to it from http://localhost:8000/docs/guides/ which seems to be manually curated in another PR,
matrix.org/gatsby/src/pages/docs/guides.js
Lines 138 to 156 in 9255200
| <h2 id="installing-synapse">Installing Synapse</h2> | |
| <p>To install Synapse, we recommend taking a look at the <a href="/docs/guides/installing-synapse">Installing Synapse</a> guide page. Other articles are listed below.</p> | |
| <div className="width-100"> | |
| <table className="legacy-table"> | |
| <thead> | |
| <tr> | |
| <th>Article</th> | |
| <th>Author</th> | |
| <th>Language</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td><a href="https://www.natrius.eu/dokuwiki/doku.php?id=digital:server:matrixsynapse">Install Matrix Synapse</a></td> | |
| <td><a href="https://matrix.to/#/#synapseguide:matrix.org">Stefan</a></td> | |
| <td>English</td> | |
| </tr> |
|
Thanks for refreshing the guide with the latest and greatest 🐎 |
Is shell or sh the right choice for syntax highlighting shell code? How do you feel about removing the 'small' from the name? Oracle now offers enough resources to run a quite beefy matrix server.