Skip to content
README.md 1.11 KiB
Newer Older
Sergei Dolgov's avatar
Sergei Dolgov committed
# ProActive Workflows & Scheduling

Tobias Wiens's avatar
Tobias Wiens committed
[![Build Status](http://jenkins.activeeon.com/buildStatus/icon?job=scheduling)](http://jenkins.activeeon.com/job/scheduling)
Laurent Pellegrino's avatar
Laurent Pellegrino committed

Laurent Pellegrino's avatar
Laurent Pellegrino committed
You can download binaries and access a trial platform for free at:

http://activeeon.com/register/web-download

Sergei Dolgov's avatar
Sergei Dolgov committed
## Quick start

To run ProActive Scheduler (server part):

    $> ./bin/proactive-server

This will start all components, including 4 local nodes and Web portals.
URLs to access them will be displayed in the server's output.

From here you can submit a job to the Scheduler, using for instance the
XML files in `samples/proactive-examples`.
Sergei Dolgov's avatar
Sergei Dolgov committed

To run the command line client:

    $> ./bin/proactive-client

To start a node:

    $> ./bin/proactive-node -r SCHEDULER_URL

Laurent Pellegrino's avatar
Laurent Pellegrino committed
## Building from sources

Fabien Viale's avatar
Fabien Viale committed
You can build a distribution that contains all binaries with `./gradlew build` (linux/mac) or `gradlew build` (windows).
Laurent Pellegrino's avatar
Laurent Pellegrino committed

This will produce the following archives:

    build/distributions/
    ├── scheduling-XXXXX-SNAPSHOT.tar
    └── scheduling-XXXXX-SNAPSHOT.zip

Sergei Dolgov's avatar
Sergei Dolgov committed
## Documentation

Laurent Pellegrino's avatar
Laurent Pellegrino committed
http://doc.activeeon.com
Sergei Dolgov's avatar
Sergei Dolgov committed

Enjoy ProActive Workflows & Scheduling!