Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified credentials + readme. #3

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added more information about available tools to readme.
  • Loading branch information
AlexSkrypnyk committed Nov 27, 2015
commit 5063fafda263806c10afd7b2dc607830881c8296
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,20 @@

4. Enjoy.

## Configuration
* All configuration is stored in`config.yml`
## Configuration & tools
* Vagrant box configuration: `config.yml`
* Project location (inside of VM): `/var/www/drupal8/docroot`
* Default Drupal credentials: `admin/password`
* Default MySQL credentials: `root/password`
* Get into the box: `vagrant ssh`
* Project location: `/var/www/drupal8/docroot`

## Reset the box
* Reset Drupal installation and vagrant box: `reset-full.sh`
* Reset Drupal installation: `reset.sh`

## Create patches
* Create patches using `makepatch.sh`. You will be prompted for all information related to the patch.
* Created patches will be stored in `patches` directory.

## More info

Expand Down