mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
No description
.github/workflows | ||
construct | ||
deps | ||
doc@a91f7dd0d9 | ||
docker | ||
include/ircd | ||
ircd | ||
matrix | ||
modules | ||
nix | ||
share | ||
tools | ||
.appveyor.yml | ||
.envrc | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
autogen.sh | ||
configure.ac | ||
default.nix | ||
Doxyfile | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
Makefile.am | ||
NEWS.md | ||
README.md | ||
shell.nix |
This — is The Construct
FEDERATED MESSAGING SERVER
🚚 GET CONSTRUCT
-
git clone https://github.com/matrix-construct/construct
🗒️ INSTRUCTIONS
-
🏗️ BUILD to compile Construct from source.
-
🪛 SETUP to run Construct for the first time.
-
⚡ TUNING to optimize Construct for your deployment.
-
🙋 TROUBLESHOOTING guide for solutions to possible problems.
-
❓ FREQUENTLY ASKED QUESTIONS for answers to the most common perplexities.
🛑 Operating a Construct server which is open to public user registration is unsafe. Local users may be able to exceed resource limitations and deny service to other users.
👷♀️ DEVELOPERS
📚 DOCUMENTATION
Generate doxygen using doxygen ./Doxyfile
the target directory is doc/html
.
Browse to doc/html/index.html
.
🛣️ DEPLOYMENT ROADMAP
- Personal: Dozens of users. Few default restrictions; higher log output.
- Company: Hundreds of users. Moderate default restrictions.
- Public: Thousands of users. Untrusting configuration defaults.