You are on page 1of 3
& ¥ Install LinceBl on GNU/Linux hector © Leader Jun '20 Install LinceBl 1. Install dependencies. Debian, Ubuntu and derivatives: apt-get update apt-get install openjdk-8-jdk unzip RHEL/CentOS and derivatives: yum install java-1.8.0-openjdk unzip 2. Create lincebi user and group. useradd -r -s "$(command -v nologin)" -md /var/cache/lincebi -U lincebi 3. Extract LinceBl package. unzip ./lincebi.zip -d /opt/lincebi/ chown -R lincebi:lincebi /opt/lincebi/ 4. If you are going to access LinceBl from another hostname different from localhost, update the fully-qualified-server-url property. You can find this property in the pentaho-solutions/system/server.properties file. 5. Start LinceBl. sudo -u lincebi /opt/lincebi/start-pentaho. sh 6. Access LinceBI from a web browser. + URL: http: //localhost :808@ * User: admin * Password: password You must wait until the text “Pentaho BI Platform server is ready" is printed in the tomcat/logs/catalina.YYYY-MM-DD. out file, Skip to main content Install systemd service (optional) Following from the previous step 3. 1. Create /etc/systemd/system/lincebi. service file the following content. [unit] Description=LinceBI service Afterslocal-fs.target network. target [Service] Type=forking User=lincebi Group=Lincebi PIDFile=/opt/lincebi/lincebi.pid Environment=CATALINA_PID=/opt/lincebi/lincebi.pid ExecStart=/opt/Lincebi/start-pentaho. sh ExecStop=/opt/lincebi/stop-pentaho. sh Restart-on-failure RestartSec=30 TimeoutSec=30 NoNewPrivileges=yes PrivateDevice: PrivateTmp=yes ProtectHome=yes ProtectSystem=strict ProtectKernelModules=yes =yes ProtectkernelTunables=yes ProtectControlGroups=yes ReadkritePaths=/opt/lincebi/ ReadkrritePaths=/var/cache/lincebi/ [Install] WantedBy=multi-user. target 2. Reload systemd configuration. systemct1 daemon-reload 3. Enable and start LinceBI service. systemct1 enable --now lincebi.service IMPORTANT: If you install LinceB! as a service you should never directly execute the start-pentaho. sh and stop-pentaho. sh scripts, you should always use the systemd Skip to main content & Problem when install LinceB! in ubuntu & Operation not allowed when installing LinceBI & Problemas al instalar LinceBl en Centos 7 & {Como arranco el docker?

You might also like