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 and setup informations.

Install

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

Create project via composer

composer create-project bedita/manager

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

Create project from a release archive file

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

Modules

Every module can be customized, as explained in Modules configuration.

Module access

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

Properties

You can customize properties display. For more details, look at Properties display.

Multiple APIs / Projects

You can use multiple APIs (Projects) for your manager instance. How? follow the instructions on Multi project.

Clone this wiki locally