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

Commit

Permalink
Cleanup the Update section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Apr 15, 2016
1 parent b4c12e4 commit c0ee15c
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0ee15c

Please sign in to comment.