Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Drupal 7 development
https://github.com/zaporylie/d7-development

Last synced: 7 days ago
JSON representation

Drupal 7 development

Awesome Lists containing this project

README

        

~~Drupal 7 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:

- customize files in /vagrant/drush (skip these with *default* as a prefix)
- login to vagrant with 'vagrant ssh'
- create ssh key pair with ssh-keygen
- clone your ssh key with ssh-copy-id command
- use 'drush @alias '
- your site is available under localhost:8777
- enjoy!

# Aliases

You can configure your aliases in vagrant/default.aliases.drushrc.php
- @local - this is alias to drupal hosted by your vagrant
- @dev - this is dev environment
- @staging - staging environment
- @live - live/production environmet

# Data

- ssh port - 2777
- 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.