Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Within the Source Community Source code (https://bitbucket.org/ewater-ondemand/sourcecommunity) there are a few different folders:

FolderPurpose
BatchRunA batch script to run 1000's of source projects either locally, or over a cluster using the Source commandline.
CodePlaygroundWhere you can put code for your own plugins in development
ExamplePluginsWhere we keep the example plugin code that many plugins use for a base
ProjectFilesUsed to share Source project files with other community members
PythonExampleThis folder shows how you can use Python to run the Source command line and modify parameters within the Source model.
SourcePluginsCommunity 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.

...