Project Orchestration
This section provides you a set of tools to manage projects’ flows, web template pages, java code file, and other project assets.
![](https://gluu.org/wp-content/uploads/2024/05/agama-project-orchestration.png)
Below are some tools and tips to use project orchestration:
- Double click on file to open file
![](https://gluu.org/wp-content/uploads/2024/05/agama-open-file.png)
- Select Folder and right click to open context menu for more operations and features.
![](https://gluu.org/wp-content/uploads/2024/05/agama-operations-and-features.png)
code
folder is for Flows. Right click on code folder to add flow file
![](https://gluu.org/wp-content/uploads/2024/05/agama-flow-file.png)
lib
folder is for java and groovy libraries. You can add.jar
,.java
, and.groovy
file in lib folder and use in flow.
![](https://gluu.org/wp-content/uploads/2024/05/agama-lib-folder.png)
web
folder is for web pages and templates. You can add images, templated pages.ftlh
,.js
, and.css
files.
![](https://gluu.org/wp-content/uploads/2024/05/agama-templates.png)
logo.png
: you can addlogo.png
file to your repository root. If your project is in explore section then agama-lab will automatically fetches this logo.png and show it in projects grid.- Deploy and testing flow
![](https://gluu.org/wp-content/uploads/2024/05/agama-testing-flow.png)
Beside breadcrumbs, there is test icon button. You can deploy your project on our testing server and quickly test and find bugs problems. Check here for details.