Skip to content

Instantly share code, notes, and snippets.

View Wanderson304's full-sized avatar
💭
Em constante aprendizagem...

Wanderson Silva Wanderson304

💭
Em constante aprendizagem...
View GitHub Profile
@alexandre
alexandre / restful_python_ops.md
Last active June 6, 2022 19:08
Algumas opções em Python para criar APIs Restful
@guisjlender
guisjlender / commands-vagrant.md
Created December 9, 2013 12:59
Comandos básicos para se tranalhar com o Vagrant

Comandos básicos do Vagrant

Init

  • vagrant init [box-name] [box-url]
  • Cria o arquivo Vagrantfile com as configurações do box que você informou no [box-name], caso você não tenha o box ainda adicionado é obrigatório passar o [box-url] para que ele possa baixa-lo

Up

  • vagrant up
    • Cria e inicia a instancia após o comando vagrant init