1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/doc/GettingStarted.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

# Getting started
2017-04-09 16:18:03 +02:00
## Installation
We put some effort in getting you started as smooth as possible.
For first tests and development you can use the Docker platform to bootstrap your environment.
Docker is a software to run containers (a.k.a images in Docker's terminology) on a Linux machine.
2017-04-09 16:18:03 +02:00
We use for development as well as for testing or demonstrating VILLASnode's functionality.
**Note:** Please be aware that we do not recommend to use Docker for running VILLASnode in a real-time simulation.
We prepared a image which you can download and run out of the box:
1. Download the Docker toolbox: https://www.docker.com/docker-toolbox .
This toolbox includes a virtual machine as well all the Docker tools you need to the Docker container which is provided by us.
More instructions to get with can be found here: http://docs.docker.com/windows/started/
2. After installing the toolbox, open the "Docker Quickstart Terminal"
2016-06-08 23:21:42 +02:00
3. Start the latest VILLASnode container by running:
2017-04-09 16:18:03 +02:00
```
$ docker run rwth-acs/villas-node --help
```
2017-04-09 16:18:03 +02:00
@todo Add a ASCIIcinema screencast here
2017-04-09 16:18:03 +02:00
## Guide