workspace
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Vagrant box, based on Arch Linux, that serves as a development workspace.
Getting Started
===============

1. Install [VirtualBox](http://www.virtualbox.org)

2. Install Vagrant
```
$ gem install vagrant
```

3. Clone the project and enter the project directory
```
$ git clone https://github.com/198d/workspace.git
$ cd workspace
```

4. Add the included box to Vagrant
```
$ vagrant add box arch package.box
```

5. Boot the Vagrant box
```
$ vagrant up
```

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。