OpenApp VMware installation instructions
Installing openapp VMWare image:
After downloading the image unzip it and open the vmx file in VMWare server or player.
If the interface asks you if you move or copied the virtual machine, choose “copied it”
Default OS passwords are:
OS user: openapp
OS password: openapp
This user is also in the admin group, so use sudo for root priviliges. Change this password
with:
passwd openapp
Retrieve the IP adres (May need a restart the network for DHCP) or setup a static IP.
Enable SSH:
If you changed the password you can enable sshd by removing /etc/ssh/sshd_not_to_be_run
and starting the sshd service.
sudo rm /etc/ssh/sshd_not_to_be_run
sudo /etc/init.d/ssh start
MySQL database configuration:
Change the mysql password, login to MySQL as root:
mysql -u root -p mysql
Enter password: db-openapp
Replace YOURNEWPASSWORD with your new password.
UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;
Once finished go to https://<your ipaddress>:4089/ for the openapp interface.
Openapp password: openapp
You can change this password in the interface openapp admin tab.