Synapse Cmf project is open for contribution, section below explains how to install your dev environment.
First, get Homebrew, Vagrant and Ansible :
- Homebrew : http://brew.sh/
- Ansible : https://valdhaus.co/writings/ansible-mac-osx/
- Vagrant : http://docs.vagrantup.com/v2/getting-started/index.html.
cd your/workspace
git clone [email protected]:synapse-cmf/synapse-cmf
cd synapse-cmf
make vm-provision # could be (very) long
make init
Edit your hostfile (/etc/hosts) :
### Synapse ###
192.168.100.80 demo.synapse.dev
192.168.100.80 demo.admin-synapse.dev
vagrant ssh
make install build
make tests
After push, feel free to open a pull request on the main repository !