Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaporylie/d8-development

Drupal 8 development
https://github.com/zaporylie/d8-development

Last synced: about 2 months ago
JSON representation

Drupal 8 development

Awesome Lists containing this project

README

        

~~Drupal 8 development~~
===============

**Project has been deprecated. Use [drupal-boilerplate](https://github.com/zaporylie/drupal-boilerplate) instead.**

~~Use this repo to create your own Drupal Development Environmet.~~

# Instalation

- go to /drupal and clone drupal repo inside (into "drupal" folder, instructions in separate README file)
- go to /vagrant and build your vagrant provision with vagrant up

# Next steps:

- login to vagrant with 'vagrant ssh'
- go to /drupal to work on drupal folder
- use 'drush '
- your site is available under localhost:8888
- enjoy!

# Data

- ssh port - 2888
- drupal database - drupal:drupal@localhost/drupal

# PhpStorm
Open project based on top level of this repo to have access to php remote interpreter, xdebug and and similar already configured.