Skip to content

Commit

Permalink
More docs updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Aug 17, 2016
1 parent a282a9e commit a17237c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,18 @@ It scope is discretely defined. It is *not* intended to provide:
* [Git Hooks](template/scripts/git-hooks)
* pre-commit: Checks for Drupal coding standards compliance
* commit-msg: Check for proper formatting and syntax
* [Acquia Cloud Hooks](template/hooks). Example integrations for third party services such as:
* Slack
* New Relic
* HipChat
* [Testing Framework](template/tests).
* Behat: default `local.yml` configuration, example tests, `FeatureContext.php`
* PHPUnit: default tests for ensuring proper functioning of BLT provided components
* [Project tasks](readme/project-tasks.md)
* Executing tests and validating code
* Building dependencies
* (Re)installation of Drupal
* Production-safe artifact generation and deployment
* [Continuous Integration](readme/ci.md)
* Travis CI
* GitHub
* [Artifact Generation](readme/deploy.md)
* [Continuous Integration & Deployment](readme/ci.md)
* [Acquia Pipelines](https://dev.acquia.com/request-invite-acquia-pipelines) (coming soon)
* [Travis CI](https://travis-ci.com)
* [GitHub](https://github.com)

# Support and contribution

Expand Down
1 change: 1 addition & 0 deletions readme/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ If you need to make requests via a proxy server, please [configure git to use a

1. Checkout the `develop` branch. `git checkout develop`
1. Run `composer install` (you must already have Composer installed).
1. Install `blt` alias `./vendor/bin/blt install-alias`
1. Run `blt setup:drupal:settings` This will generate `docroot/sites/default/settings/local.settings.php` and `docroot/sites/default/local.drushrc.php`. Update these with your local database credentials and your local site URL.
1. Run `blt local:setup`. This will build all project dependencies and install drupal.
1. Create and edit your local drush alias file. Copy `drush/site-aliases/example.local.aliases.drushrc.php` to `drush/site-aliases/local.aliases.drushrc.php`. Edit the new alias file with your local path.
Expand Down

0 comments on commit a17237c

Please sign in to comment.