This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
docpublic:systemes:remotelabsguacamole [2020/06/17 15:38] procacci@tem-tsp.eu [reverse-proxy] |
docpublic:systemes:remotelabsguacamole [2020/06/18 15:25] (current) procacci@tem-tsp.eu [packages repositories] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * https:// | * https:// | ||
| + | |||
| + | ==== environement ==== | ||
| + | |||
| + | installation faite en centos 8 et tomcat 9 (tar.gz dans / | ||
| ==== packages repositories ==== | ==== packages repositories ==== | ||
| Line 18: | Line 22: | ||
| < | < | ||
| [root@rlab ~]# dnf install --nogpgcheck https:// | [root@rlab ~]# dnf install --nogpgcheck https:// | ||
| - | [root@rlabw ~]# yum install dnf-plugins-core | + | [root@rlab ~]# yum install dnf-plugins-core |
| - | [root@rlabw ~]# dnf config-manager --enable PowerTools | + | [root@rlab ~]# dnf config-manager --enable PowerTools |
| </ | </ | ||
| Line 1105: | Line 1109: | ||
| MariaDB [(none)]> | MariaDB [(none)]> | ||
| </ | </ | ||
| + | |||
| + | creation des table et user : | ||
| + | |||
| + | < | ||
| + | [root@rlab ~]# cat / | ||
| + | [root@rlab ~]# cat / | ||
| + | </ | ||
| + | |||
| + | === configuration / properties === | ||
| + | |||
| + | < | ||
| + | [root@rlab ~]# mkdir -p / | ||
| + | [root@rlab ~]# cat / | ||
| + | # MySQL properties | ||
| + | mysql-hostname: | ||
| + | mysql-port: 3306 | ||
| + | mysql-database: | ||
| + | mysql-username: | ||
| + | mysql-password: | ||
| + | #Additional settings | ||
| + | mysql-default-max-connections-per-user: | ||
| + | mysql-default-max-group-connections-per-user: | ||
| + | </ | ||
| + | |||
| + | === permissions === | ||
| + | |||
| + | < | ||
| + | [root@rlab ~]# chmod 0400 / | ||
| + | [root@rlab ~]# chown tomcat: | ||
| + | [root@rlab ~]# ln -s / | ||
| + | |||
| + | [root@rlab ~]# chown tomcat: | ||
| + | </ | ||
| + | |||
| + | ==== GUACAMOLE_HOME ==== | ||
| + | |||
| + | Tres imprtant pour la configurations des plugins/ | ||
| + | |||
| + | comme ci-dessus nus avons definit les propriété dans / | ||
| + | |||
| + | cf https:// | ||
| + | |||
| + | |||
| + | < | ||
| + | [root@rlab / | ||
| + | </ | ||
| + | |||
| + | Apres redemarrage de tomcat , on peut enfin se connecter avec la compte guacadmin (cf fichier d' | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||