-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3edb81c
commit 5e6f36d
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
In order to run a Cromwell instance locally, there are the prerequisites: | ||
- Have docker and IntelliJ installed | ||
- Start a local mysql instance by running the `start_publish_mysql_docker.sh` script | ||
|
||
To run the backend locally, set up your preferred run configuration. | ||
More information on backends can be found here: [Backends](Backends.md) | ||
![](select-run-config.png) | ||
|
||
If you've created a new config, you may need to edit your run configuration to point to the correct config file or have the correct environment variables. | ||
Example for batch: | ||
![](edit-run-config.png) | ||
|
||
|
||
Upon startup, the Cromwell swagger will be available at `http://localhost:8000`. | ||
(You can change the port and other configurations by following [these instructions](../Configuring.md) | ||
|
||
**Note**: To verify that workflows are being submitted to the correct backend, look for logs with `Call-to-Backend assignments` and check that the tasks are being directed to `-> GCPBATCH` or `-> PAPI` etc. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.