thom8/drupal8-vagrant
Composer 安装命令:
composer create-project thom8/drupal8-vagrant
包简介
Simple Drupal 8 Development Environment
README 文档
README
Simple Vagrant config to download and install the latest dev version of Drupal 8.
Requirements
Installation
- Open terminal (or git bash for windows users) and run the following commands --
composer create-project thom8/drupal8-vagrant some-dir && cd $_
vagrant up
- Go to http://d8.local/
username: admin
password: admin
- Enjoy.
Variants
Drupal 7.
composer create-project -n thom8/drupal8-vagrant:dev-d7 some-dir && cd $_ && vagrant up
Backdrop.
composer create-project -n thom8/drupal8-vagrant:dev-backdrop some-dir && cd $_ && vagrant up
More info
This is an implementation of Beetbox so please refer to this project for more info.
统计信息
- 总下载量: 618
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 56
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-24