Skip to content

Latest commit

 

History

History
executable file
·
48 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

executable file
·
48 lines (36 loc) · 1.28 KB

Drupal 8 project.

Drupal project is for CodeSprint UA 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.133.xip.io

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

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

If xip.io not working - create row with

192.168.56.133 drupal.192.168.56.133.xip.io

in /etc/hosts

How to work with repository