Skip to main content

Add Basic Managers

Start from Previous Solution

If you wish to use the previous solution as a starting point:

git clone https://github.com/Aquaveo/tethysapp-workflows_tutorial.git
cd tethysapp-workflows_tutorial
git checkout -b tethys-settings-step tethys-settings-step-complete

Add Manager Files

In order to use some features of the workflows extension, you'll need to add some basic managers to your app to handle maps and spatial data. To do this, add these three files to your main project folder:

Download All Files

Solution

This concludes the Add Basic Managers portion of the Tethys Workflows Extension Tutorial. You can view the solution on GitHub at https://github.com/Aquaveo/tethysapp-workflows_tutorial or clone it as follows:

git clone https://github.com/Aquaveo/tethysapp-workflows_tutorial.git
cd tethysapp-workflows_tutorial
git checkout -b added-manager-files-step added-manager-files-step-complete