Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaporylie/d8-development
- Owner: zaporylie
- Created: 2014-10-17T13:52:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T13:56:19.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T01:44:37.333Z (2 months ago)
- Language: Shell
- Size: 664 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.