Quick start
Requirements
Installation
- Download the latest release from here.
- Put the
draky
script in your /usr/local/bin
directory.
Updating
- Run
draky core destroy
.
- Replace your
/usr/local/bin/draky
script with a newer release.
- That's it!
Usage
Creating a new environment
- Learn about templates.
- 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.
- Modify the template's files and
docker-compose.yml
to fit your project (see: docker-compose.yml, and configuration files).
- Run
draky env up
to start your environment.