Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaporylie/d7-development
- Owner: zaporylie
- Created: 2014-10-22T08:50:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T13:57:10.000Z (over 9 years ago)
- Last Synced: 2024-10-12T01:44:36.676Z (about 1 month ago)
- Language: Shell
- Size: 699 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.