vallory/nosbox
Composer 安装命令:
composer create-project vallory/nosbox
包简介
Box for Vagrant
README 文档
README
Vagrant Box para Nosotros
Specs
| Ubuntu LTS | Mysql Version | Php Version | NosBox Version | Branch |
|---|---|---|---|---|
| 20.04 | 8.0 | 7.4 | 1.3 | main |
Set up and running
First Step
Before start cloning the repository you must install VirtualBox as well as Vagrant.
Installing the NosBox Vagrant Box
Once VirtualBox and Vagrant have been installed, you should add the vallory/nosbox box to your Vagrant installation using the following command in your terminal.
$ vagrant box add vallory/nosbox
Installing NosBox
You may install NosBox by cloning the repository onto your host machine. Consider cloning the repository into a NosBox folder within your "home" directory:
$ git clone https://github.com/Vallory-HQ/NosBox.git ~/NosBox
Running NosBox
After successfully install NosBox proceed to run the box by typing the next commands on your terminal:
$ cd ~/NosBox
$ vagrant up
Updating NosBox (first part)
Vagrant will let you know when a new version of NosBox has been release, to update NosBox proceed to run the box by typing the next commands on your terminal:
$ cd ~/NosBox
$ vagrant box update
Updating NosBox (last part)
Updating the box will not update an already-running Vagrant machine. To reflect the changes in the box, you will have to destroy and bring back up the Vagrant machine, proceed to do so by typing the next commands on your terminal:
$ vagrant destroy -f
$ vagrant up
Ubuntu 20.04
| User | Password |
|---|---|
| vagrant | vagrant |
Mysql
| User | Password |
|---|---|
| root | secret |
Others
- Composer
- Npm
- Git
- Phpmyadmin
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-30