flownative / neos-multisitekickstarter
A simple generator for Neos sites, prepared to be separated in a multi-site setup.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Open Issues: 0
Type:neos-package
Requires
README
Multisite Kickstarter for Neos
The Flownative Multisite Kickstarter is a simple generator for Neos sites. These sites are prepared to be used in a multi-site setup. That means they come with the needed roles, privileges and settings to be separate from an editors view, while still being served in the same Neos installation.
Installation
composer require flownative/neos-multisitekickstarter
Usage
Kickstarting a site
To kickstart a site, use the following command:
./flow kickstart:multisite --package-key Acme.AcmeCom --site-name www.acme.com
This is the same as with the kickstart:site
command, the difference lies in the internal settings and policy that are generated.
Granting access to a site
Each site comes with a role that grants access to it. As soon as such a role is assigned to an editor, she can edit the site and access the related asset collection.
The Neos.Neos:Administrator
role has access to all sites by default.
Credits
Development of this package has been sponsored by Schwabe AG, Muttenz, Switzerland.
The setup this package creates is based on a blog post by Aske Ertmann: https://blog.ertmann.me/multi-site-access-restriction-with-neos-cms-9d5624126d5b.