-
Notifications
You must be signed in to change notification settings - Fork 11
Home
dante di domenico edited this page Dec 22, 2021
·
31 revisions
BEdita Manager (aka BEM, or Manager) is the official Web application for BEdita API.
This page contains BEM install and setup informations.
You can create project via composer
or download a release archive file.
composer create-project bedita/manager
This will create a new manager
folder and install composer dependencies.
Choose the archive from the Manager Releases and download .zip or .tar.gz release file.
Unpack it and then run composer install
.
yarn
yarn build-plugins
yarn build
Every module can be customized, as explained in Modules configuration.
Module access can be customized by role. Look at AccessControl - Module access by role.
You can customize properties display. For more details, look at Properties display.
You can use multiple APIs for your manager instance. How? follow the instructions on Multi project.