Agencies & network · Basics · 0:36 min
Creating a new website
Short name, domains and kit – in the interface or with site:create.
Goal
You create another website with its own database, media, users and keys.
Prerequisites
- A network account on the main website.
- The domain points to the same folder in your hosting (document root
httpdocs/public).
Step by step
Transcript: every step matches one subtitle in the video.
- Network › “Neue Website” (new website): short name, domains and kit – like “site:create” on the command line.
- Created: its own configuration with its own keys. The next steps are shown in the box.
- Point the domain to the same folder (httpdocs/public) in your hosting – the first request creates everything.
- Then “Öffnen” (open) – or create the first local account via /admin/setup with the setup token (blurred here).
Commands & configuration
php bin/console site:create kunde www.kunde.de,kunde.de basis
php bin/console site:list
Tips & pitfalls
Tip
Feature set, kit options and AI are then in config/sites/{shortname}.php.
Watch out
config/sites/*.php contains keys – do not put it under version control; on deploy it lives in the shared/ folder.