Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleInstalling Composer

Download the latest Composer phar file from https://getcomposer.org/download/ to the Rogō root directory and running the following command:


php composer.phar install


Info
titleInstalling NPM

Rogo uses NPM version 6 (this will be automatically added if you are using Docker)

NPM itself is installed in the docker image. To install the packages run:

Base:


npm install 


Tinymce:


cd plugins/texteditor/plugin_tinymce_texteditor
npm install

...