Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 756 Bytes

File metadata and controls

28 lines (18 loc) · 756 Bytes
title:FAQ
description:Frequently asked questions about the Deis project. Deis FAQ.
keywords:deis, PaaS, cloud, faq, custom buildpack

FAQ

  • 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?

    1. Clone the deis-cookbook repository.
    2. Change the buildpacks definition in recipes/build.rb.
    3. Upload the changed cookbook to the Chef server with berks upload --force.
    4. SSH into your Deis controller and run sudo chef-client.