GUACAMOLE-423: Remove version specificity from guacamole-docker README reference to database auth SQL scripts.

This commit is contained in:
Michael Jumper
2018-01-01 12:07:35 -08:00
parent ce4cd11993
commit 6e35bef9a0

View File

@@ -58,8 +58,9 @@ database
docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgres > initdb.sql docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgres > initdb.sql
Alternatively, you can use the SQL scripts included with Alternatively, you can use the SQL scripts included with the
[guacamole-auth-jdbc](https://github.com/apache/guacamole-client/tree/0.9.10-incubating/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/schema). guacamole-auth-jdbc extension from
[the corresponding release](http://guacamole.apache.org/releases/).
Once this script is generated, you must: Once this script is generated, you must: