An open API service indexing awesome lists of open source software.

https://github.com/vicainelli/vagrant


https://github.com/vicainelli/vagrant

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vagrant

#### Download Vagrant
[https://www.vagrantup.com/downloads.html](https://www.vagrantup.com/downloads.html)

#### Download Virtual Box
[https://www.virtualbox.org/wiki/Downloads](https://www.virtualbox.org/wiki/Downloads)

#### Workspace settings

Clone this repo in your workspace

```
git clone https://github.com/vicainelli/vagrant.git DIR_NAME
```

```
cd DIR_NAME
```

```
ln -s ~/PATH/TO/YOUR/PROJECT files
```

#### Start vagrant

Use this command
```
vagrant up
```