Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #101 from blinkreaction/develop
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
Leonid Makarov committed Apr 15, 2016
2 parents 6503725 + c0ee15c commit b708b08
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 249 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.3.0 (2016-04-15)

- Implement dsh drupal shortcut for Drupal Console commands
- dsh bash improved on Windows
- Use winpty on Windows (if installed), fall back to "vagrant ssh" otherwise
- Make sure Docker TLS is disabled
- Refactored of install/update commands
- Refactored of docker daemon status check on different platforms
- Automatic detection of host user id
- Docker user id in cli is matched to the host user id
- Add messaging that running as root is not recommended
- Fixed the issue with line breaks when running dsh stop
- Fixed dsh drush (with no arguments) throws an error message
- Documentation updates
- Added MailHog service usage instructions
- Added Varnish service usage instructions
- Misc update and typo fixes


## 1.2.4 (2016-01-20)

- Bump dsh to v1.10.3
Expand Down
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Please review [system requirements](/docs/system-requirements.md) before proceed

1. [Drude environment setup](/docs/drude-env-setup.md)

This is done **one time per host** and shoudl be performed by everyone.
This is done **one time per host** and should be performed by everyone.

2. [Configure a project to use Drude](/docs/drude-project-setup.md)

This is done **one time per project** and should be performed by the the project TL.
This is done **one time per project** and should be performed by the project TL.

3. [Initialize a Drude powered project](/docs/drude-project-init.md)

Expand All @@ -31,22 +31,18 @@ Please review [system requirements](/docs/system-requirements.md) before proceed
<a name="updates"></a>
## Updates

1. Updating dsh. It is recommended to **always update dsh before updating Drude**
as new version of dsh may contain changes or improvements to the update process. Anywhere run:
Switch to your `<projects>` folder and run:

```
dsh self-update
```
```
dsh self-update
dsh update prerequisites
```

2. Updating Drude. Run the following from the `<projects/your-drupal-site>` folder:

```
dsh update
```
On Mac and Windows only (skip for Linux) also run:

**Note**: if the docker image for the database container was updated then the container will be re-created and you will need to _re-import your database._
**Note Windows and Mac users:** if boot2docker VM image was updated then update will warn you that VM will be re-created. It means you will have to _re-import your databases._
```
dsh update boot2docker
```


<a name="dsh"></a>
Expand Down Expand Up @@ -91,7 +87,8 @@ Tools available inside the **cli** container:
- [Using Behat](/docs/behat.md)
- [Zero-configuration Debugging with Xdebug and PhpStorm](/docs/xdebug.md)
- [MySQL DB access for external tools](/docs/db-access.md)
- [Sending and capturing email](/docs/mail.md)
- [Enabling Varnish support](/docs/varnish.md)

<a name="troubleshooting"></a>
## Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.3.0
Loading

0 comments on commit b708b08

Please sign in to comment.