Repository for the 2016 MidCamp Drupal site.
MidCamp is based on the Drupal platform, and is built to run on top of PHP 5.5. To install and run tests, you will need:
- Composer Install Composer
- Drush GitHub repo
The vagrant install will take care of the site install and test setup. See README.md in vagrant folder.
You can use drush si
or go through the UI install wizard. We assume the database is created and is accessible. Replace '{...}' with appropriate values.
drush si
midcamp
--db-url="mysql://{dbuser}:{dbpass}@{host}/{database}"
--account-name={admin}
--account-pass={correct horse battery staple}
--account-mail={[email protected]}
--site-name=MidCamp
--site-mail={[email protected]}
--yes
In the /tests folders, run composer install
to install all the dependencies. Then copy the file default-behat.yml
to behat.yml
. In behat.yml
, edit the base_url value to the url of your local install.