Full local install of the Olympe Platform
If you are interested in testing your ideas in DRAW, the Olympe Community offers free on-premise access to Olympe DRAW, without any installation step required. If you are not already a member of our Community, go ahead and register to unlock the potential of DRAW.
If you would like to code to create your own bricks, then the below procedure will guide through the necessary steps to install CODE locally. And if you code a cool brick, share it with us in the Community 😊
Full local install of the Olympe Platform​
This tutorial guides you through the full install of the Olympe platform locally.
It is a fully autonomous setup where all services execute locally independently of any distant web service.
This means the platform is never automatically upgraded to the latest version and no collaboration is possible with anyone on a given project.
The following main modules will all execute on your local machine
- DRAW & webpack server
- CODE
- Orchestrator
- RabbitMQ
- Neo4J graph database
Prerequisites for installing Olympe
You will need to have the following installed:
- Docker Compose
- Node.js 14.13.1 or greater
- Note: while npm is also needed, it comes directly whenever Node.js is installed
- Yeoman 4.1.0 or greater (can be installed with
npm install -g yo
) - Your favorite IDE e.g. Visual Studio Code