标签:
vagrant virtual是什么我这里不做解释!
opendex官方环境部署教程:
https://openedx.atlassian.net/wiki/display/OpenOPS/Running+Fullstack
其中安装相应的vagrant和virtualbox版本问题,下面是不同版本的链接:
vagrant:https://releases.hashicorp.com/vagrant/
virtualbox:https://www.virtualbox.org/wiki/Download_Old_Builds
走下一步:
//创建文件夹(随便什么地方,当然最好文件路径没有中文)
mkdir fullstack
cd fullstack
curl
-
L
https:
/
/
raw.githubusercontent.com
/
edx
/
configuration
/
named
-
release
/
dogwood
/
vagrant
/
release
/
fullstack
/
Vagrantfile > Vagrantfile
https:
/
/
raw.githubusercontent.com
/
edx
/
configuration
/
named
-
release
/
dogwood
/
vagrant
/
release
/
fullstack
/
Vagrantfile
//这一步需要能访问外网,如果访问不了自己想办法吧
vagrant plugin install vagrant
-
hostsupdater
vagrant up
vagrant安装配置 | vagrantfile介绍:
https://github.com/astaxie/Go-in-Action/blob/master/ebook/zh/01.2.md
标签:
原文地址:http://www.cnblogs.com/zhorigtu/p/5545332.html