/csua

CodeSprint UA 2014 alongside with DrupalCamp Kyiv 2014 - Drupal 7

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

drupal project

Drupal project is for CodeSprintUA 2014

For obtaining development environment locally You should install vagrant and puppet and from console ran

vagrant up && vagrant ssh

afterwards. You will be logged into virtual machine.

use

sh reinstall.sh

for drupal reinstallation from scratch

Virtual host for accessing ppdorg drupal installation

http://drupal.192.168.56.132.xip.io

Adminer for mysql administration (credentials drupal:drupal and root:root)

http://192.168.56.132.xip.io/adminer.php

If xip.io not working - create row with

192.168.56.132 drupal.192.168.56.132.xip.io

in /etc/hosts

How to work with repository