You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
construct | 6 days ago | |
deps | 7 months ago | |
doc@a91f7dd0d9 | ||
docker | 2 weeks ago | |
include/ircd | 2 days ago | |
ircd | 2 days ago | |
matrix | 2 days ago | |
modules | 2 days ago | |
nix | ||
share | 8 months ago | |
tools | 2 months ago | |
.appveyor.yml | 1 week ago | |
.envrc | ||
.gitignore | 9 months ago | |
.gitmodules | ||
.travis.yml | ||
Doxyfile | ||
LICENSE | 5 years ago | |
Makefile.am | 2 months ago | |
NEWS.md | ||
README.md | 2 days ago | |
autogen.sh | ||
configure.ac | 3 weeks ago | |
default.nix | ||
flake.lock | ||
flake.nix | ||
shell.nix |
README.md
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.