码迷,mamicode.com
首页 > 其他好文 > 详细

Vagrant

时间:2015-05-22 07:07:28      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:

Installing the Vagrant VM for Full Stack Foundations

1. you need to install Git, VirtualBox, Vagrant

2. in git, run the command, create a folder called fullstack

git clone http://github.com/udacity/fullstack-nanodegree-vm fullstack

3. run the virtual machine

Using the terminal, change directory to fullstack/vagrant (cd fullstack/vagrant), then type vagrant up to launch your virtual machine.

Once it is up and running, type vagrant ssh to log into it. This will log your terminal in to the virtual machine, and you‘ll get a Linux shell prompt. When you want to log out, type exit at the shell prompt.  To turn the virtual machine off (without deleting anything), type vagrant halt. If you do this, you‘ll need to run vagrant up again before you can log into it. Be sure to change to the /vagrant directory by typing cd /vagrant in order to share files between your home machine and the VM. 

Vagrant

标签:

原文地址:http://www.cnblogs.com/phoenix13suns/p/4521312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!