... | ... | @@ -27,10 +27,10 @@ At first, you need to install the following dependencies : |
|
|
* _Docker_ : [https://www.docker.com/](https://www.docker.com/)
|
|
|
* _Vagrant_ : [https://www.vagrantup.com/](https://www.vagrantup.com/)
|
|
|
|
|
|
Clone _Lazart/lazart_ repository and go to the project folder. You have to copy the file `Vagrantfile.default` to `Vagrantfile`. You can specify additional shared folders and _Vagrant_ options in this configuration file.
|
|
|
Clone _SecurityTools/lazart_ repository and go to the project folder. You have to copy the file `Vagrantfile.default` to `Vagrantfile`. You can specify additional shared folders and _Vagrant_ options in this configuration file.
|
|
|
|
|
|
```console
|
|
|
user@device:~/$ git clone git@gricad-gitlab.univ-grenoble-alpes.fr:lazart/lazart.git
|
|
|
user@device:~/$ git clone git@gricad-gitlab.univ-grenoble-alpes.fr:securitytools/lazart.git
|
|
|
Cloning into 'lazart'...
|
|
|
[...]
|
|
|
[...]
|
... | ... | @@ -51,7 +51,7 @@ _note: for **Windows** users, please use_ `lazart.bat` _and install Docker for W |
|
|
```console
|
|
|
user@device:~/lazart/$ ./lazart.sh
|
|
|
Lazart 4.0
|
|
|
For more information, please consult the documentation: https://gricad-gitlab.univ-grenoble-alpes.fr/lazart/lazart/-/wikis/home.
|
|
|
For more information, please consult the documentation: https://gricad-gitlab.univ-grenoble-alpes.fr/securitytools/lazart/-/wikis/home.
|
|
|
Sending build context to Docker daemon 2GB
|
|
|
Step 1/39 : FROM ubuntu:latest
|
|
|
latest: Pulling from library/ubuntu
|
... | ... | @@ -60,11 +60,11 @@ latest: Pulling from library/ubuntu |
|
|
[...]
|
|
|
---> a352c2014f0a
|
|
|
Successfully built a352c2014f0a
|
|
|
Successfully tagged lazart/lazart:dev
|
|
|
Successfully tagged securitytools/lazart:dev
|
|
|
Bringing machine 'default' up with 'docker' provider...
|
|
|
==> default: Creating the container...
|
|
|
default: Name: lazart4.0
|
|
|
default: Image: lazart/lazart:dev
|
|
|
default: Image: securitytools/lazart:dev
|
|
|
default: Cmd: tail -f /dev/null
|
|
|
default: Volume: /home/user/lazart/src:/opt/lazart/src
|
|
|
default: Volume: /home/lazart/docs:/opt/lazart/docs
|
... | ... | |