https://github.com/vicainelli/vagrant
https://github.com/vicainelli/vagrant
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/vagrant
- Owner: vicainelli
- Created: 2015-07-30T18:31:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T21:13:13.000Z (about 10 years ago)
- Last Synced: 2024-12-28T04:47:05.384Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```