Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/f3v
FLOW3 Vagrant Box for jumpstarting development
https://github.com/cedricziel/f3v
Last synced: 11 days ago
JSON representation
FLOW3 Vagrant Box for jumpstarting development
- Host: GitHub
- URL: https://github.com/cedricziel/f3v
- Owner: cedricziel
- Created: 2012-02-02T20:56:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-07T11:51:44.000Z (over 12 years ago)
- Last Synced: 2024-10-11T20:10:22.717Z (25 days ago)
- Language: Puppet
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# f3v - A vagrant box for testing FLOW3
As it is a very disappointing to try a framework in point of configuring your environment, vagrant to the rescue!
## What does it?
It sucks the lucid basebox from vagrantup.com, installs a basic nginx/php-fpm environment on it and enables you to open your project in the browser right away.
## How does it do this?
As a prerequesite, you should have vagrant installed. For a quick jump-in, just install the vagrant ruby gem.
$ gem install vagrant
You will probably want to install this vagrant box as a submodule in your current FLOW3-project:
$ git submodule add git://github.com/cedricziel/f3v.git vagrant
Your sourcecode should be placed in a src subfolder. Otherwise edit the option in the Vagrantfile.
## Warning
This should not harm your project, but it can. Please take care.