Skip to content

Commit 8d8daef

Browse files
committed
Fixed #435 -- document how to use custom buildpacks in the FAQ.
1 parent 01928c4 commit 8d8daef

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/faq.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:title: FAQ
22
:description: Frequently asked questions about the Deis project. Deis FAQ.
3-
:keywords: deis, PaaS, cloud, faq
3+
:keywords: deis, PaaS, cloud, faq, custom buildpack
44

55
.. _faq:
66

@@ -16,3 +16,13 @@ FAQ
1616
DAY-iss
1717

1818
.. _dais: https://en.wiktionary.org/wiki/dais
19+
20+
- How can I use custom buildpacks with Deis?
21+
22+
1. Clone the `deis-cookbook`_ repository.
23+
2. Change the *buildpacks* definition in *recipes/build.rb*.
24+
3. Upload the changed cookbook to the Chef server
25+
with ``berks upload --force``.
26+
4. SSH into your Deis controller and run ``sudo chef-client``.
27+
28+
.. _`deis-cookbook`: https://github.com/opdemand/deis-cookbook.git

0 commit comments

Comments
 (0)