Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mileschou/vagrant-web-prototype
Used Slim & MySQL
https://github.com/mileschou/vagrant-web-prototype
slim vagrant virtualbox
Last synced: 16 days ago
JSON representation
Used Slim & MySQL
- Host: GitHub
- URL: https://github.com/mileschou/vagrant-web-prototype
- Owner: MilesChou
- License: mit
- Created: 2014-11-06T05:43:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T03:51:33.000Z (over 5 years ago)
- Last Synced: 2024-10-20T09:20:18.545Z (2 months ago)
- Topics: slim, vagrant, virtualbox
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web prototype
============使用 Vagrant 和 Slim Framework 建置 prototype 開發環境
內含下列套件
- PHP 5.6
- MariaDB
- Memcached
- MongoDB
- RedisRequirement
-----------先安裝 VirtualBox 和 Vagrant
- [VirtualBox](https://www.virtualbox.org/)
- [Vagrant](https://www.vagrantup.com/)Installation
------------clone 下來之後,使用命令列到下載的目錄下,下指令即可安裝該開發環境
vagrant up
等命令列跑完,在網址打 http://10.10.10.10/ ,可以看到 Work 的字眼,代表安裝成功了。
預設環境如下,如果想修改,都可以在 `Vagrantfile` 裡面找到對應的值:
- 私有 ip 是 `10.10.10.10`
- 裡面有 MariaDB ,帳號是 root ,密碼為 password
- 登入虛擬機可以參考[這一篇](https://gist.github.com/chgu82837/ab1255846b5335407105)