Projects STRLCPY GOAD Commits add47ede
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 26 lines
    27 27  - **vagrant** from their official site [vagrant](https://www.vagrantup.com/downloads). The version you can install through your favourite package manager (apt, yum, ...) is probably not the latest one.
    28 28  - Install vagrant plugin vbguest: `vagrant plugin install vagrant-vbguest` (not needed anymore)
    29 29   
     30 +- Vagrant install with hashicorp repository example :
     31 + 
    30 32  ```bash
    31 33  wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
    32 34  echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
    skipped 54 lines
    87 89   
    88 90  ```bash
    89 91  pwd
    90  -/opt/GOAD
    91  -vagrant up # this will create the vms
     92 +/opt/GOAD # place yourself in the GOAD folder (where you cloned the project)
     93 +vagrant up # this will create the vms (this command must be run in the folder where the Vagrantfile is present)
    92 94  ```
    93 95   
    94 96  - VMs provisionning
    skipped 383 lines
Please wait...
Page is in error, reload to recover