Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slogsdon/vagrant-phalcon
a template for using Vagrant for developing PHP applications with Phalcon
https://github.com/slogsdon/vagrant-phalcon
Last synced: 9 days ago
JSON representation
a template for using Vagrant for developing PHP applications with Phalcon
- Host: GitHub
- URL: https://github.com/slogsdon/vagrant-phalcon
- Owner: slogsdon
- License: mit
- Created: 2013-08-07T02:50:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T00:20:28.000Z (about 10 years ago)
- Last Synced: 2024-06-08T19:35:05.570Z (5 months ago)
- Language: Ruby
- Size: 426 KB
- Stars: 73
- Watchers: 10
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-phalcon
a template for using Vagrant for developing PHP applications with Phalcon
## Getting Started
1. Download and install [VirtualBox](https://www.virtualbox.org/)
2. Download and install [Vagrant](http://www.vagrantup.com/)
3. Clone this repo
4. Run `vagrant up` in the repo directory
5. Visit `http://localhost:8081/` in your favorite browser### Note
Nginx is configured by default to use `./src/Public/` as the root directory.
If your public directory differs, be sure to update the [`base.pp`](provision/puppet/manifests/base.pp) file to
reflect your needs.[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/ee449352f9866118390e46bde6e6750a "githalytics.com")](http://githalytics.com/slogsdon/vagrant-phalcon)