https://github.com/racklin/phalcon-dev-box
Precise32 Virtual Machine for PhalconPHP Development
https://github.com/racklin/phalcon-dev-box
Last synced: about 1 year ago
JSON representation
Precise32 Virtual Machine for PhalconPHP Development
- Host: GitHub
- URL: https://github.com/racklin/phalcon-dev-box
- Owner: racklin
- Created: 2013-10-04T03:04:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-05T16:23:37.000Z (over 12 years ago)
- Last Synced: 2024-04-09T15:28:35.164Z (about 2 years ago)
- Language: Shell
- Size: 114 KB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Precise32 Virtual Machine for PhalconPHP Development
==============================================================
The setup includes:
-------------------
* box: precise32 (http://files.vagrantup.com/precise32.box)
* PHP: PHP 5.3
* WebServer: Nginx Light 1.4.1
* Phalcon: 1.2.3
Next steps:
-----------
If you have not installed Vagrant yet, go to http://downloads.vagrantup.com/
Clone this project:
$ git clone git@github.com:racklin/phalcon-dev-box.git
$ cd phalcon-dev-box
Boot up:
$ vagrant up
Afterwards you may access your box with
$ vagrant ssh
Web Contents:
-----------
Put your website in `www/` directory and vagrant is forward 8080 port to guest OS 80 port.
You can't open `http://localhost:8080/` in your Host OS browser.
PreInstalled Command-Line Tools:
-----------
* composer
* phalcon-dev-tools
* zephir
Enjoy!