Commit da6059ce authored by Yann Garcia's avatar Yann Garcia
Browse files

Update README.md

parent ff8b24e3
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
@@ -39,6 +39,27 @@ The ETSI ITS protocols project builds and tests regularly on the following platf


Note: The [OpenSSL](https://www.openssl.org) version > 1.1.x is also required.
Note: The [OpenSSL](https://www.openssl.org) version > 1.1.x is also required.


### How to do it?

They are two different methods:
- Using [Vagrant](https://www.vagrantup.com/)
- Using [Docker](https://www.docker.com/)

How to choose one of these methods is depending of your host system.

NOTE: In all case, if you want to setup an continuous integration process (e.g. Jenkins), Docker is the best choice. 


#### The host system is Windows
The both methods require a virtual machine. You can use either VirtualBox or WMware.
In this case, the easiest way is to use Vagrant.


#### The host system is Linux
Vagrant requires a virtual machine. You can use either VirtualBox or WMware.
Docker does not need a virtual machine, so it is the more efficant way.


### Using Vagrant
### Using Vagrant


Pre-requisites on your host machine:
Pre-requisites on your host machine: