Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

price-search/our-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our Virtual Machine

A Vagrant powered Ubuntu VM with Android Studio and Flutter for mobile development.

This is our Vagrantfile based on felipecassiors/ubuntu1804-4dev base box.

Quick start

  1. Install Chocolatey (the Windows Package Manager): https://chocolatey.org/install
    It will be better if you follow the instructions in the link to install Chocolatey because the command can change in the future, however, currently it is:

    Open PowerShell as Administrator

    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  2. Install Git for Windows, VirtualBox and Vagrant

    Open PowerShell as Administrator

    choco install git
    choco install virtualbox
    choco install vagrant
  3. Clone this repository and run vagrant up

    Open Git Bash

    mkdir ~/Repos
    cd ~/Repos
    git clone https://github.com/price-search/our-vm
    cd our-vm
    vagrant up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published