Updated with installation instructions
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
# Guacamole
|
||||
|
||||
Using official images only:
|
||||
* guacamole/guacamole:latest
|
||||
* guacamole/guacd:latest
|
||||
* mysql:latest
|
||||
## Initial Setup
|
||||
|
||||
### To-do List
|
||||
* Allow LDAP authentication in place of MySQL authentication
|
||||
* Make database initialization automatic, or provide instructions for it
|
||||
On the "guacamole" container, run:
|
||||
``
|
||||
|
||||
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