Updated with installation instructions
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
# Guacamole
|
# Guacamole
|
||||||
|
|
||||||
Using official images only:
|
## Initial Setup
|
||||||
* guacamole/guacamole:latest
|
|
||||||
* guacamole/guacd:latest
|
|
||||||
* mysql:latest
|
|
||||||
|
|
||||||
### To-do List
|
On the "guacamole" container, run:
|
||||||
* Allow LDAP authentication in place of MySQL authentication
|
``
|
||||||
* Make database initialization automatic, or provide instructions for it
|
|
||||||
|
On the "mysql" container, run:
|
||||||
|
`cat /setup/initdb.sql | mysql -u root -p guacamole_db`
|
||||||
|
|
||||||
|
## Post-Installation
|
||||||
|
|
||||||
|
Make sure you create your own user account and delete the "guacadmin" user (or at very least change the password)
|
||||||
Reference in New Issue
Block a user