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 #130 from blinkreaction/develop
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
lmakarov authored Jun 10, 2016
2 parents d4bc437 + ed1346e commit 397597a
Show file tree
Hide file tree
Showing 18 changed files with 1,002 additions and 341 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
release/*
# IDE files
.idea
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 1.4.0 (2016-06-10)

- dsh v1.20.0
- Added update checker (once a week, currently dsh only)
- Allow install prerequisites on other Linux versions if user takes the risk
- dsh -v will now show short version
- New command `dsh system-info` for debugging purposes
- System-wide services
- New service: `ssh-agent`. See [ssh-agent docs](docs/ssh-agent.md) for more details.
- Bind system-wide services to 0.0.0.0 for simplicity
- `dsh reset` can now install/reset system-wide services (dns, vhost-proxy, ssh-agent)
- Support for [custom commands](docs/custom-commands.md) in dsh
- Support for overlay networks for vhost-proxy (v2 compose file format)
- Other improvements
- dsh remove -f to quietly remove containers
- Support dsh reset -f to quietly reset containers
- Documentation updates
- [Docs](docs/apache-solr.md) for Apache Solr
- [Docs](docs/settings.md) on switching PHP and MySQL versions
- Many other small updates and fixes


## 1.3.4 (2016-05-04)

- dsh v1.13.3
Expand Down
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Please review [system requirements](/docs/system-requirements.md) before proceed

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)

Follow these instructions to initiallize a Drude powered project.


<a name="updates"></a>
## Updates
Expand All @@ -44,6 +40,12 @@ On Mac and Windows only (skip for Linux) also run:
dsh update boot2docker
```

Finally, you will probably need to re-initialize your environment with:

```
dsh init
```


<a name="dsh"></a>
## Drude Shell Helper (dsh)
Expand All @@ -69,26 +71,32 @@ dsh bash

Tools available inside the **cli** container:

- php-cli, composer, drush[6,7,8], drupal console, phpcs
- php-cli, composer, drush[6,7,8], drupal console, phpcs, phpcbf
- ruby, bundler
- node, nvm, npm, bower, grunt
- git, wget, zip, mysql-client
- python
- node, nvm, npm
- imagemagick
- python, git, mc, mysql-client and [more](https://github.com/blinkreaction/docker-drupal-cli)


<a name="instructions"></a>
## Instructions and tutorials

### Advanced configuration
- [Drupal settings](/docs/drupal-settings.md)
- [Running multiple projects](/docs/multiple-projects.md)
- [Overriding default PHP/MySQL/etc. settings](/docs/settings.md)
- [Running multiple projects](/docs/multiple-projects.md)
- [Public access](/docs/public-access.md)
- [DB sandbox mode](/docs/db-sandbox.md)
- [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)
- [Debugging with Xdebug and PhpStorm](/docs/xdebug.md)

### Third party utililies
- [Using Behat](/docs/behat.md)
- [Sending and capturing e-mail](/docs/mail.md)
- [Enabling Varnish support](/docs/varnish.md)
- [Enabling Apache Solr support](/docs/apache-solr.md)
- [Using PHP Code Sniffer (phpcs, phpcbf)](/docs/phpcs.md)
- [Extending dsh with custom commands](/docs/custom-commands.md)

<a name="troubleshooting"></a>
## Troubleshooting
Expand All @@ -100,7 +108,7 @@ See [Troubleshooting](/docs/troubleshooting.md) section of the docs.

The MIT License (MIT)

Copyright (c) 2016 BlinkReaction
Copyright © 2016 Blink Reaction

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.4
1.4.0
Loading

0 comments on commit 397597a

Please sign in to comment.