教程目标:
本教程将介绍如何利用Vagrant等工具来搭建一个本地的Lamp (Linux + apache + Mysql + php)开发环境。
本教程使用的操作系统是 Windows 7 。
操作系统:
- Window 7
内容安排:
- 安装 Vagrant
- 安装 VirtualBox
- 下载和添加 box
- 管理 box
- 下载和编译安装 oneinstack
- 添加虚拟域名 vhost
- 安装 Drupal
接着,我们来看看需要准备哪些工具。
工具:
- Vagrant
- VirtualBox
- Oneinstack
- Bitvise
- Drupal
- Git Bash
下载地址:
- Vagrant:https://www.vagrantup.com/downloads.html
- VirtualBox:https://www.virtualbox.org/wiki/Downloads
- Oneinstack:https://oneinstack.com/install/
- Bitvise SSH Client:http://www.bitvise.com/
- Drupal:https://www.drupal.org/project/drupal
- Git Bash:https://git-scm.com/
板块
标签