Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jul 8, 2024
1 parent 075ec12 commit d4a8492
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/advancedDevelopment/dockerDevel/frankflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Please do the following to set this up:
* It selects the latest nightly build of the Frank!Framework. On July 7 2024 this does not work in an official release yet.
* It sets property ``management.gateway.inbound.class`` so that the Frank!Framework is reachable by the Frank!Flow. The Frank!Flow can then ask the Frank!Framework for the location of the Frank configurations.
* It creates an alias for the volume you use for your configurations.
* It adds a service for the Frank!Flow. That service uses an image provided by WeAreFrank!. The service uses the same volume declaration as the Frank!Framework service so that configurations are at the same directory on the local file system.
* It adds a service for the Frank!Flow. That service uses an image provided by WeAreFrank!. The service uses the same volume declaration as the Frank!Framework service so that configurations are at the same directory in the docker container.

2. When you restart your work with ``docker-compose up``, you can visit the Frank!Flow at http://localhost:8081

.. NOTE::

If you edit your configuration with the Frank!Flow, you do not need to reference ``FrankConfig.xsd`` in your configuration. You have syntax highlighting if you just use `<Configuration>` or `<Module>`; no need for `xsi:noNamespaceSchemaLocation="../FrankConfig.xsd"`.

0 comments on commit d4a8492

Please sign in to comment.