-
Notifications
You must be signed in to change notification settings - Fork 152
How to contribute
NiteshKant edited this page Mar 6, 2013
·
1 revision
This document provides information on how to contribute to karyon.
You can report bugs/suggestions using the following URL
https://github.com/Netflix/karyon/issues
You should first fork the karyon project to your own account
Karyon uses Gradle for build.
Once you have cloned the repo and checked out the master branch, you can use the following command to build from your working directory:
./gradlew clean build
The following directory contains built artifacts and different reports/test results.
karyon-<subproject>/build
Netflix Karyon
- Getting Started
- How to contribute
- Karyon 2.0
-
Karyon 1.0
- Features
- Concepts
- Modules
-
API (Javadocs)
- karyon-core
- karyon-extensions
- karyon-admin
- karyon-admin-web
- End-to-End Examples