Skip to main content

Quick start

Requirements

  • bash
  • docker

Installation

  1. Download the latest release from here.
  2. Put the draky script in your /usr/local/bin directory.

Updating

  1. Run draky core destroy.
  2. Replace your /usr/local/bin/draky script with a newer release.
  3. That's it!

Usage

Creating a new environment

  1. Learn about templates.
  2. Go to the root directory of your project, and run draky env init. If you installed any custom template, you will be able to select it.
  3. Modify the template's files and docker-compose.yml to fit your project (see: docker-compose.yml, and configuration files).
  4. Run draky env up to start your environment.