Skip to content

Instantly share code, notes, and snippets.

@McFateM
Last active February 20, 2018 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/38de0d38fe4c51232e5ae677ae661f08 to your computer and use it in GitHub Desktop.
Save McFateM/38de0d38fe4c51232e5ae677ae661f08 to your computer and use it in GitHub Desktop.
ISLE docker-compose.yml - 1.3.8.2 - Edit your fedora.fcfg file
Description:
------------
This line defines a Docker 'volume' mapped to your Fedora fedora.fcfg config file. The fedora.fcfg file controls @TODO blah blah blah.
Instructions:
-------------
Modify the packaged file by searching for and updating:
<param name="dbPassword" value="REPLACE_WITH_YOUR_FEDORA_PASSWORD">
<comment>The database password.</comment>
</param>
<param name="dbUsername" value="REPLACE_WITH_YOUR_FEDORA_USERNAME">
<comment>The database user name.</comment>
</param>
<param name="jdbcURL" value="jdbc:mysql://mysql:3306/{DatabaseName:fedora3}?useUnicode=true&amp;amp;characterEncoding=UTF-8&amp;amp;autoReconnect=true">
<comment>The JDBC connection URL.</comment>
</param>
Use:
----
No further action required.
Notes:
------
@TODO... Hello Ben. I'm confused by the {DatabaseName:fedora3} syntax above?
@br2490
Copy link

br2490 commented Feb 20, 2018

Good catch - that's a pseudo holder (and confusing indeed) - it's suggesting that if your fedora database was named something other than fedora3 you would need to specify that DB name in place of fedora3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment