Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  02:49, 16 October 2016
=== Create the Database ===
hda-create-db-and-user guacdb
 
=== Load Guacamole Data ===
The schema for MySQL was downloaded in the previous process.
Just change directories to the files location
cd /var/hda/web-apps/guacamole/sqlauth/guacamole-auth-jdbc-0.9.9/mysql/schema/
and run the following command:
cat ./*.sql | mysql -uroot -phda guacdb
 
Create a directory for the configuration file.
mkdir -p /etc/guacamole/
=== Configure Database Settings ===
Now create a symbolic link of this file for Tomcat
ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat/.guacamole/
 
=== Load Guacamole Data ===
The schema for MySQL was downloaded in the previous process.
Just change directories to the files location
cd /var/hda/web-apps/guacamole/sqlauth/guacamole-auth-jdbc-0.9.9/mysql/schema/
and run the following command:
cat ./*.sql | mysql -uroot -phda guacdb
 
Create a directory for the configuration file.
mkdir -p /etc/guacamole/
== Install Guacamole Server ==
12,424

edits