The application server is used to run deferred resource-intensive tasks started using the Task Scheduler tool.
Installation and setup of the application server is identical to BI server installation and setup.
If R methods are used on modeling problem calculation, it is required to:
Install R packages on application server. Features of R package installation on using Astra Linux OS are specified below.
NOTE. For details about R package installation, see the R documentation.
Install the Rserve package to R. Features of Rserve package installation on using Astra Linux OS are specified below.
NOTE. For details about Rserve package installation, see the Rserve documentation.
Start Rserve on the server.
To install R and Rserve packages, execute the following commands:
apt-get install r-base r-base-dev
apt-get install r-cran-rserve
See also: