...
Within the Source Community Source code (https://bitbucket.org/ewater-ondemand/sourcecommunity) there are a few different folders:
Folder | Purpose |
---|---|
BatchRun | A batch script to run 1000's of source projects either locally, or over a cluster using the Source commandline. |
CodePlayground | Where you can put code for your own plugins in development |
ExamplePlugins | Where we keep the example plugin code that many plugins use for a base |
ProjectFiles | Used to share Source project files with other community members |
PythonExample | This folder shows how you can use Python to run the Source command line and modify parameters within the Source model. |
SourcePlugins | Community plugins are put in here with the project also added to the SourcePlugins.sln and the BuildPlugins.xml do be distributed alongside new Source versions. |
...