Open edX 导入edustack的OVA具体介绍

1.下载ova

原生的ova能够在这里进行获取http://edustack.org/manual/edx/ova-download/html

2.使用VMWare Workstation进行挂载

很简单,请自行搜索相关VMWare Workstation文档网络

3.默认系统帐号

用户 edustackoop

密码 edustack.orgspa

4.修改虚拟机配置

硬件

修改虚拟硬件配置(RAM>4G disk>20G VCPU>2)code

磁盘是LVM格式,若是想扩展,请使用LVMorm

网络配置

首先肯定本身VMWare的VMnet8的网关、子网掩码server

开机后编辑/etc/network/interfaceshtm

edustack@edustack:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 192.168.193.100
netmask 255.255.255.0
#network 192.168.0.0
#broadcast 192.168.0.255
gateway 192.168.193.2
dns-nameservers 8.8.8.8

设置gateway是本身VMnet8的网关,address是VMnet8同一网段下。dns

重启网络或者重启机器便可

相关文章
相关标签/搜索