Versions Compared

Key

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

...

Info
titleInstalling Composer

Go to https://getcomposer.org/download/ or search for composer in your package manager.


Warning

From Rogo 6.34.0 an additional install step is needed to install npm and libraries (note: from Rogo will attempt to install the libraries automatically):

cd /path_to_rogo_root_directory
npm install --production

...