Projects



Changes between Version 3 and Version 4 of PetriNetSagas


Ignore:
Timestamp:
Feb 3, 2021, 5:42:19 PM (4 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PetriNetSagas

    v3 v4  
    3232
    3333If you do not use the Docker-based setup please refer to the respective projects websites on information on how to set these up.
    34 To set up all the dependencies it is sufficient to navigate to the folder "service_environment" and issue the command "docker-compose up -d".
    35 Depending on your local setup you might need to supply elevated permissions (e.g. by using "sudo") to the docker-compose command.
    36 The service infrastructure can be tore down again with the command "docker-compose down" from within the same directory.
     34To set up all the dependencies it is sufficient to navigate to the folder "service_environment" and issue the command {{{docker-compose up -d}}}.
     35Depending on your local setup you might need to supply elevated permissions (e.g. by using {{{sudo}}}) to the docker-compose command.
     36The service infrastructure can be tore down again with the command {{{docker-compose down}}} from within the same directory.
    3737
    38 To start the sample application navigate to the main directory and run "./gradlew build"
     38To start the sample application navigate to the main directory and run {{{./gradlew build}}} followed by (TODO).