Skip to content
Snippets Groups Projects
Select Git revision
  • 62f8084185b2b9db92f097c6cd53ddc4f36651d9
  • master default
2 results

tp-www-ssl

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    mazenovi authored
    62f80841
    History
    Name Last commit Last update
    .gitignore
    README.md
    Vagrantfile
    provision.sh

    How you can get it

    git clone git@gitlab.isima.fr:mazenovi/tp-www-ssl.git && cd tp-www-ssl

    or

    git clone https://gitlab.isima.fr/mazenovi/tp-www-ssl.git && cd tp-www-ssl

    How can you use it?

    vagrant up

    Test it

    http://0.0.0.0:8080/ -> Apache2 Debian Default Page

    How can you use command line on it?

    vagrant ssh

    How can you stop it?

    vagrant halt

    How can you reset it?

    vagrant destroy

    How can you reexecute provioning script on it?

    vagrant provision
    • You can provision with provision.sh script

    s4uC3