@@ -23,10 +23,6 @@ Please review [system requirements](/docs/system-requirements.md) before proceed
23
23
24
24
This is done ** one time per project** and should be performed by the project TL.
25
25
26
- 3 . [ Initialize a Drude powered project] ( /docs/drude-project-init.md )
27
-
28
- Follow these instructions to initiallize a Drude powered project.
29
-
30
26
31
27
<a name =" updates " ></a >
32
28
## Updates
@@ -44,6 +40,12 @@ On Mac and Windows only (skip for Linux) also run:
44
40
dsh update boot2docker
45
41
```
46
42
43
+ Finally, you will probably need to re-initialize your environment with:
44
+
45
+ ```
46
+ dsh init
47
+ ```
48
+
47
49
48
50
<a name =" dsh " ></a >
49
51
## Drude Shell Helper (dsh)
@@ -69,26 +71,32 @@ dsh bash
69
71
70
72
Tools available inside the ** cli** container:
71
73
72
- - php-cli, composer, drush[ 6,7,8] , drupal console, phpcs
74
+ - php-cli, composer, drush[ 6,7,8] , drupal console, phpcs, phpcbf
73
75
- ruby, bundler
74
- - node, nvm, npm, bower, grunt
75
- - git, wget, zip, mysql-client
76
- - python
76
+ - node, nvm, npm
77
+ - imagemagick
78
+ - python, git, mc, mysql-client and [ more ] ( https://github.com/blinkreaction/docker-drupal-cli )
77
79
78
80
79
81
<a name =" instructions " ></a >
80
82
## Instructions and tutorials
81
83
84
+ ### Advanced configuration
82
85
- [ Drupal settings] ( /docs/drupal-settings.md )
83
- - [ Running multiple projects] ( /docs/multiple-projects.md )
84
86
- [ Overriding default PHP/MySQL/etc. settings] ( /docs/settings.md )
87
+ - [ Running multiple projects] ( /docs/multiple-projects.md )
85
88
- [ Public access] ( /docs/public-access.md )
86
89
- [ DB sandbox mode] ( /docs/db-sandbox.md )
87
- - [ Using Behat] ( /docs/behat.md )
88
- - [ Zero-configuration Debugging with Xdebug and PhpStorm] ( /docs/xdebug.md )
89
90
- [ MySQL DB access for external tools] ( /docs/db-access.md )
90
- - [ Sending and capturing email] ( /docs/mail.md )
91
+ - [ Debugging with Xdebug and PhpStorm] ( /docs/xdebug.md )
92
+
93
+ ### Third party utililies
94
+ - [ Using Behat] ( /docs/behat.md )
95
+ - [ Sending and capturing e-mail] ( /docs/mail.md )
91
96
- [ Enabling Varnish support] ( /docs/varnish.md )
97
+ - [ Enabling Apache Solr support] ( /docs/apache-solr.md )
98
+ - [ Using PHP Code Sniffer (phpcs, phpcbf)] ( /docs/phpcs.md )
99
+ - [ Extending dsh with custom commands] ( /docs/custom-commands.md )
92
100
93
101
<a name =" troubleshooting " ></a >
94
102
## Troubleshooting
@@ -100,7 +108,7 @@ See [Troubleshooting](/docs/troubleshooting.md) section of the docs.
100
108
101
109
The MIT License (MIT)
102
110
103
- Copyright (c) 2016 BlinkReaction
111
+ Copyright © 2016 Blink Reaction
104
112
105
113
Permission is hereby granted, free of charge, to any person obtaining a copy
106
114
of this software and associated documentation files (the "Software"), to deal
0 commit comments