Complete Pentaho Installation on Ubuntu, Part 2
http://jaapjansma.nl/2016/05/11/installing-pentaho-6-1-community-edition-on-ubuntu/#comment-36
After installation and reboot of the server, it needs to be manually restarted executing the following command:
To start postgresql you need to be logged in as user: pentaho
Then change to super user and start the server.
/home/pentaho/Pentaho/ctlscript.sh start
/home/pentaho/Pentaho/server/pentaho-server/start-pentaho.sh
Additionally, to access the server, just go to the following URL on your browser:
http://your.server.name:8080
To Start/Stop the server as in Jasper you do the following:
bash /home/pentaho/Pentaho/ctlscript.sh stop/stop/status etc...
OR for status
./ctlscript.sh status postgressql
Login
To access the User Console for the first time, login using the Pentaho administrator user name and password.
- Start the BA Server.
- In a browser, go to the IP address of the server and the port. For example, because the default server is localhost and the default port is 8080, the default URL is "http://localhost:8080/". The Login dialog box appears.
- Enter the default administrator name, admin.
- Enter the default password, password.
- Click OK. The User Console Home page appears.