We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5aa92 + 42d2122 commit 0066ccdCopy full SHA for 0066ccd
1 file changed
docs/contributing/localdev.rst
@@ -164,6 +164,17 @@ access using:
164
Your local development environment is running! Follow the
165
rest of the :ref:`Developer Guide <developer>` to deploy your first application.
166
167
+Test Your Changes
168
+-----------------
169
+In the single-node Vagrant environment, testing your changes to Deis itself
170
+is easy:
171
+
172
+ - Make changes to the code in one of the component subdirectories, such
173
+ as ``controller/``
174
+ - run ``make -C controller/ build run``
175
+ - Test your changes with ``make -C controller/ test`` and interactively
176
+ with the Deis client
177
178
Useful Commands
179
---------------
180
0 commit comments