Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.57 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.57 KB



Steep


A Scientific Workflow Management System made for the Cloud. https://steep-wms.github.io/

Apache License, Version 2.0 Actions Status Code Coverage

Getting started

Visit https://steep-wms.github.io/#download-and-get-started to download Steep and run your first workflow.

Documentation

Visit https://steep-wms.github.io/#documentation to view the documentation.

Building and running

This project requires at least JDK 21.

./gradlew build
./gradlew run

Building and running the Docker image

docker build -t steep .
docker run --name steep --rm -p 8080:8080 \
  -e STEEP_HTTP_HOST=0.0.0.0 steep

License

Steep is licensed under the Apache License, Version 2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.