The application server is used to run deferred resource-intensive tasks started using the Task Scheduler tool.
Application server is installed and set up in the same way as BI server.
If on calculating modeling problem the R methods are used, it is required to:
Install R packages on application server. R package installation features on using Astra Linux OS CentOS are specified below.
NOTE. for detailed information about R package installation, see the R documentation.
Install the Rserve package to R. Rserve package installation features on using Astra Linux OS are specified below.
NOTE. For detailed information about Rserve package installation, see the Rserve documentation.
Start Rserve on the server.
For detailed information about R package installation, see the documentation.
To install R and Rserve packages, do the following:
apt-get install r-base r-base-dev
apt-get install r-cran-rserve
See also: