| title: | FAQ |
|---|---|
| description: | Frequently asked questions about the Deis project. Deis FAQ. |
| keywords: | deis, PaaS, cloud, faq, custom buildpack |
What does the word "deis" mean?
Deis is an alternative form of dais, a raised platform for dignified occupancy.
How do you pronounce "deis?"
DAY-iss
How can I use custom buildpacks with Deis?
- Clone the deis-cookbook repository.
- Change the buildpacks definition in recipes/build.rb.
- Upload the changed cookbook to the Chef server
with
berks upload --force. - SSH into your Deis controller and run
sudo chef-client.