generator-beflex-content-monitor-installer
v0.0.2
Published
beFlex Content Monitor Installer
Downloads
6
Readme
beflex-content-monitor-installer
beFlex Content Monitor Installer
Installation
This program has following dependencies:
- Node.js
- Yeoman
You can download and install Node.js
from official web page:
https://nodejs.org/en/download/
Or you can use any of the package managers provided by the product:
https://nodejs.org/en/download/package-manager/
Once Node.js is installed, you can install Yeoman as a module:
$ npm install -g yo
And finally, you can install this generator:
$ npm install --global generator-beflex-content-monitor-installer
Deployment is provided for Docker Compose, so following dependencies must be satisfied by the server used to run the generated configuration:
- Docker
- Docker Compose
You can install Docker Desktop for Windows or Mac and Docker Server for Linux.
https://docs.docker.com/install/
You need also to add Docker Compose program to your installation.
https://docs.docker.com/compose/install/
Running
Create a folder where Docker Compose template files are going to be produced and run the generator.
$ mkdir beflex-content-monitor
$ cd beflex-content-monitor
$ yo beflex-content-docker-installer
Several options are provided in order to build the configuration.
? Which target\'s Alfresco service do you want to access the monitor service? localhost
Using Docker Compose
Once the files have been generated, review that configuration is what you expected and add or modify any other settings. After that, just start Docker Compose.
$ docker-compose up -d
You can shutdown it at any moment using following command.
$ docker-compose down
Service URLs
http://localhost:3000
Default credentials
- user: admin
- password: admin