8000 GitHub - WyriHaximus/phansible: Phansible - generate Vagrant + Ansible dev environments for PHP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WyriHaximus/phansible

 
 

Repository files navigation

Phansible

Build Status Coverage Status Scrutinizer Code Quality

Phansible is a simple generator for Vagrant projects, targeting PHP development environments, using Ansible as Provisioner.

It was inspired by PuPHPet.

The project is built on top of Silex, using Flint.

Contributions

Contributions are always welcome, please have a look at our issues to see if there's something you could help with.

TO DO

  • Databases
  • More customization options
  • More packages to choose from and option to add custom packages

Setup

  • Clone the repo: git clone https://github.com/Phansible/phansible.git
  • Go into the phansible folder cd phansible/
  • Install the dependencies with composer: php composer install
  • Run the php built in server: php -S 0.0.0.0:8080 -t web/
  • You can now go on http://localhost:8080 to see your modification.

As an alternative, you can also use the included Vagrant setup (requires Ansible).

Tests

To run the tests just do:

 phpunit -c tests/

About

Phansible - generate Vagrant + Ansible dev environments for PHP

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 
4249

Packages

No packages published

Languages

  • PHP 62.2%
  • CSS 33.7%
  • JavaScript 3.4%
  • Shell 0.7%
0