Jetzt neu und frisch, besser vom Niederrhein. 
KLXM Studio – Home
Get in touch

Agencies & network · Basics · 0:36 min

Creating a new website

Short name, domains and kit – in the interface or with site:create.

No sound, with subtitles German and English subtitles – switch them on and off with “CC” in the player. The video is hosted on this server and only loads when you press play. The steps below are the full text of the video.

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.

  1. Network › “Neue Website” (new website): short name, domains and kit – like “site:create” on the command line.
  2. Created: its own configuration with its own keys. The next steps are shown in the box.
  3. Point the domain to the same folder (httpdocs/public) in your hosting – the first request creates everything.
  4. 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.