Skip to content
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, build and setup informations.

Install

You can create project via composer or download a release archive file.

To create project via composer:

composer create-project bedita/manager

This will create a new manager folder and install composer dependencies.

To create project from a release archive file, you choose the archive from the Manager Releases and download .zip or .tar.gz release file. Unpack it and then run composer install.

Build

Build JS/CSS bundles with yarn

yarn
yarn build-plugins
yarn build

Setup

Every module can have a configuration; you can edit it as explained in Modules configuration.

Module access can be set by role. Look at AccessControl - Module access by role.

You can edit properties display configuration to change the properties organization in templates. For more details, see Properties display.

A BEM instance can use multiple APIs (Projects). How? see Multi project.

Clone this wiki locally