diff options
| author | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-03 19:15:55 +0100 |
|---|---|---|
| committer | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-03 19:15:55 +0100 |
| commit | 11c606c43b46cd86616da2f889d7f97c8eb297eb (patch) | |
| tree | 1665495397a32f12fd747acc23019ec1ab6cd455 /vagrant/README.md | |
| parent | 82b0aced9133507f588486bcef3af322672e8819 (diff) | |
| download | dab-scripts-11c606c43b46cd86616da2f889d7f97c8eb297eb.tar.gz dab-scripts-11c606c43b46cd86616da2f889d7f97c8eb297eb.tar.bz2 dab-scripts-11c606c43b46cd86616da2f889d7f97c8eb297eb.zip | |
New version
Diffstat (limited to 'vagrant/README.md')
| -rw-r--r-- | vagrant/README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md new file mode 100644 index 0000000..4162d01 --- /dev/null +++ b/vagrant/README.md @@ -0,0 +1,29 @@ +# Introduction +[Vagrant](https://www.vagrantup.com) provides easy to configure, reproducible, and portable work environments on top of virtual management software like [Virtualbox](https://www.virtualbox.org/). + +With Vagrant and Virtualbox, you can run the ODR-mmbTools regardless of the operating system you are using, such as Windows, MacOS, *BSD or any non-Debian Linux. + +# Setup +1. Install Virtualbox for your operating system +1. Install the Virtualbox Extension pack +1. Install Vagrant for your operating system +1. Create and start the virtual environment: + ``` + cd $HOME/dab-scripts/vagrant + vagrant up + ``` +1. Access the virtual session to build the ODR-mmbTools suite: + ``` + vagrant ssh + ``` +1. Follow the instructions of the **README.md** in the install folder to build the ODR-mmbTools suite + +# Operations +Once the ODR-mmbTools are installed, you no longer need to access the virtual session, unless you need to make configuration changes. + +Here are the url to access the following web interfaces: +- Supervisor: http://localhost:8001 +- Multiplex Manager: http://localhost:8002 +- Encoder Manager: http://localhost:8003 + +You can monitor the output of odr-DabMux with dablin on localhost:9201
\ No newline at end of file |
