Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodrain/vagrant-rainbond
vagrant deploy rainbond dev
https://github.com/goodrain/vagrant-rainbond
rainbond-environment vagrant
Last synced: 9 days ago
JSON representation
vagrant deploy rainbond dev
- Host: GitHub
- URL: https://github.com/goodrain/vagrant-rainbond
- Owner: goodrain
- License: apache-2.0
- Created: 2019-02-11T01:43:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T10:36:59.000Z (over 3 years ago)
- Last Synced: 2024-11-09T02:58:35.323Z (2 months ago)
- Topics: rainbond-environment, vagrant
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-rainbond
> 基于`vagrant`快速部署开发测试环境,仅在Mac上测试过.
## 版本信息
```
vagrant: 2.2.3
packer: v1.3.4(可选)
VBoxManage: 6.0.4r128413
```## 介质
需要安装[vagrant](https://www.vagrantup.com/)和[virtualbox](https://www.virtualbox.org/)
## 使用方式
### 配置
默认配置3核5120MB,CPU使用率50%,可以根据物理机适当调高配置
### 单节点
```
git clone https://github.com/goodrain/vagrant-rainbond.git
cd vagrant-rainbond/debian
vagrant up
# 单节点ip
172.20.0.101
# 管理员
root/vagrant
```