/okty-environment

This repository contains everything needed to start building new containers locally

GNU General Public License v3.0GPL-3.0

Okty
Okty.io

The simplest application to create your docker projects.

What is Okty ?Getting startedContributeLicenseCredits

What is Okty ?

Okty is a simple tool to generate customized docker-compose files.
This repository allows you to easily run the application from your own computer. You may find more information about this project on the main repository

Getting started

  1. You have to clone this repository.
git clone https://github.com/Okty-io/docker-environment
  1. Open the new folder
cd docker-environment
  1. Clone app repositories
git clone https://github.com/Okty-io/okty  
git clone https://github.com/Okty-io/okty-config

In order to contribute to the projet, you have to fork those two repositories (or at least the one you want to commit in) and change the repositories url with yours

  1. Run the application
docker-compose up -d
  1. Open your browser
http://127.0.0.1:4200

Contribute

// TODO

License

Okty is made available under the GNU GPL v3 License.

Credits

Okty is created and maintained by Samuel Alves Antunes, Laurent Bassin, Maxime Marquet & Jordan Venant.

We're open to suggestions, feel free to message us or open an issue.
Pull requests are also welcome!