forked from EinsamHauer/disthene-reader
-
Notifications
You must be signed in to change notification settings - Fork 2
Developer Guide
dark edited this page Sep 13, 2019
·
34 revisions
This page explains a developer to set up a graphene project for contributing.
Firstly, if you want to understand graphene go to the graphene concepts page.
We will set up the environment for developing Graphene application in the following order.
- Infrastructure settings
- Run application at Intellij
First, Set up the infrastructure for developing and testing:
$ git clone https://github.com/Dark0096/graphene
$ cd graphene
$ docker-compose up -d