eyp-developers / europa
The development environment for EYP Developers
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Language:Shell
Requires
- php: >=5.5
- symfony/console: ~2.0
- symfony/process: ~2.0
This package is not auto-updated.
Last update: 2024-10-26 18:22:47 UTC
README
This package is based on Vaprobash and Laravel Homestead.
Prerequisites/Dependencies
Before you get started with setting up the environment, make sure you have Composer, Vagrant and VirtualBox installed.
Also, if you don't already, make sure composer is installed globally. If you're doing a fresh installation, simply run
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
If the mv
command fails, run it with sudo.
Before getting to setup, make sure ~/.composer/vendor/bin
is in your PATH
. This can be done by calling
PATH=$PATH:~/.composer/vendor/bin
Setup
Getting yourself up and running with the Europa development box is super easy, it's just a few commands away.
First, install the Europa repository globally by calling
composer global require eyp-developers/europa ~0.9
When this is done, the europa commands should be available to you. Now, to get your provisioning settings ready, call europa init
This will place the .europa
directory in your home folder (~/.europa), which contains the configuration file. To make configuration setup easier for you, there's a command. If you want to change anything regarding the setup, call
europa edit
In the file, europa.yaml
, you will find several options. For the complete list of options, please see Configuration. Configure to your liking, and be aware that there are more variables you can set than just the ones in the default.
Once you're satisfied with your configuration, you can call
europa up
For those familiar with Vagrant, this is the same as calling vagrant up
in the directory of the box. This will set up the database, configure the sites defined in the config, and run a few more provisioners such as installing php 5.6 and git.