Install the Data Analytics Studio service app
Follow the instructions to install the Data Analytics Studio Service app.
Make sure that you have successfully installed DP Platform, and that DataPlane is
running.
- Log in to the host on which you have set up the DataPlane repositories as a root user.
-
Install the RPMs for the DAS service application by entering the following command:
yum install das_dpA folder is created that contains the Docker image tarball files and a configuration script.If the yum command fails, then the local repository was not set up correctly. Check the repository file /etc/yum.repos.d/das.repo on the host. -
Navigate to the directory containing the installation scripts for the DAS service.
For example:
cd /usr/das/x.y.z.n-bb/das_dp/binwhere x.y.z.n-bb refers to the version number of the DAS app that you installed in the earlier step. -
Load the DAS Docker images and initialize the environment using the following
commands:
./dasdeploy.sh load./dasdeploy.sh initIt prompts for the master password that was used for initializing the DP Platform. Make sure you enter the same master password.
Images can take a while to load.
NoteIf you run into errors while deploying the DAS application, then destroy the deployment using the
./dasdeploy.sh destroycommand and re-install the app. To check the logs of the das-app container, you can use the./dasdeploy.sh logscommand. -
Verify that the container you installed is running by entering the following
command:
./dasdeploy.sh psMake sure that the container with the name das-app is running.

