Add installation instructions for nixos#116
Open
strangeglyph wants to merge 2 commits intospacebarchat:masterfrom
Open
Add installation instructions for nixos#116strangeglyph wants to merge 2 commits intospacebarchat:masterfrom
strangeglyph wants to merge 2 commits intospacebarchat:masterfrom
Conversation
added 2 commits
February 13, 2026 17:07
|
|
||
| {{ project.name }} supports the following installation methods: | ||
|
|
||
| - [Bare Metal](bundle.md) as an npm bundle. Not recommended except for evaluation purposes. |
Member
There was a problem hiding this comment.
fwiw, bundle isn't really the same as bare metal, bundle just means all the separate services running in a single process (with all the performance drawbacks thereof)
npm run start -> bundle
npm run start:api, npm run start:cdn, npm run start:gateway -> not bundle, yet still baremetal
Member
There was a problem hiding this comment.
(also, would personally recommend over docker as it's something i can at least offer support with long term, whereas i have no clue with docker and i'm fully reliant on the community)
Member
There was a problem hiding this comment.
apparently i forgot to click "send" on those 2 messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also revise sidebar structure of server section for better flow.
I'd really like to add more information on the purpose of the three basic services to the setup index but I don't really understand their roles well enough yet, maybe someone who understands them better can chime in.