Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
GUAC-1283: Remove newlines from link content (see docker/hub-feedback…
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Sep 9, 2015
1 parent c2ec137 commit 7c6bd6a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Expand Up @@ -53,8 +53,8 @@ need to do so prior to using Guacamole. A convenience script for generating the
necessary SQL to do this is included in the Guacamole image.

To generate a SQL script which can be used to initialize a fresh PostgreSQL
database [as documented in the Guacamole
manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-postgresql):
database
[as documented in the Guacamole manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-postgresql):

docker run --rm glyptodon/guacamole /opt/guacamole/bin/initdb.sh --postgres > initdb.sql

Expand All @@ -69,8 +69,8 @@ Once this script is generated, you must:
sequences of this database, such as `guacamole_user`.

The process for doing this via the `psql` and `createdb` utilities included
with PostgreSQL is documented in [the Guacamole
manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-postgresql).
with PostgreSQL is documented in
[the Guacamole manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-postgresql).

Deploying Guacamole with MySQL authentication
--------------------------------------------------
Expand All @@ -97,8 +97,7 @@ need to do so prior to using Guacamole. A convenience script for generating the
necessary SQL to do this is included in the Guacamole image.

To generate a SQL script which can be used to initialize a fresh MySQL database
[as documented in the Guacamole
manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-mysql):
[as documented in the Guacamole manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-mysql):

docker run --rm glyptodon/guacamole /opt/guacamole/bin/initdb.sh --mysql > initdb.sql

Expand All @@ -113,12 +112,12 @@ Once this script is generated, you must:
3. Run the script on the newly-created database.

The process for doing this via the `mysql` utility included with MySQL is
documented in [the Guacamole
manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-mysql).
documented in
[the Guacamole manual](http://guac-dev.org/doc/gug/jdbc-auth.html#jdbc-auth-mysql).

Reporting issues
================

Please report any bugs encountered by opening a new issue in [our
JIRA](http://glyptodon.org/jira/).
Please report any bugs encountered by opening a new issue in
[our JIRA](http://glyptodon.org/jira/).

0 comments on commit 7c6bd6a

Please sign in to comment.