This is an attempt to propose an optimal standard domain and subdomain name pattern for WikiSuite.
Goals:
- A predictable recipe we can all use
- Use this for scripting projects like the WikiSuite Orchestrator
- Permit to move some services to different servers if needed later (WikiSuite is designed to run on one server by default which is fine at the beginning)
- Offer a predictable setup for all websites on a ClearOS server (the default website stores things differently than the others)
- Make it easy to create clones and test upgrades via https://doc.tiki.org/TRIM
ClearOS admin panel
server.example.org:81 : ClearOS admin panel and default web site (which will have nothing)
Why not use example.org?
- This permits to set up a new ClearOS server without affecting an existing website
Websites
What | domain name | where files are stored
|
main website | example.org | /var/www/virtual/example.org/html/
|
additional website | trunk.example.org | /var/www/virtual/trunk.example.org/html/
|
Backup of a week ago | oneweekago.example.org | /var/www/virtual/oneweekago.example.org/html/
|
Email
todo :mail / MX: example.org
XMPP
todo: srv record, etc.