Skip to content

Commit

Permalink
more docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pferrel committed May 26, 2019
1 parent 63dce47 commit ef97447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_process.md
Expand Up @@ -55,5 +55,5 @@ Several companion projects are maintained to round out the extended Harness syst
- **[harness-cli](https://github.com/actionml/harness-cli)**: contains the command line interface for harness and is the temporary home of the Python client SDK. This is published in source and packaged in a Docker Container.
- **[python SDK](https://github.com/actionml/harness-cli)**: a client SDK for python included in the cli, WILL be published to PYPI but currently can be installed on your host using source.
- **[java SDK](https://github.com/actionml/harness-java-sdk)**: contains a client to use if your app is Java or Scala. It is published into the Nexus eco-system.
- **[Harness Auth-server](https://github.com/actionml/harness-auth-server)**: This contains the micro-service that manages Authentication and Authorization when it is used in Harness. The "common" module is required to build Harness and so is published into the Nexus eco-system for use with `sbt`.
- **[Harness Auth-server](https://github.com/actionml/harness-auth-server)**: This contains the micro-service that manages Authentication and Authorization when it is used in Harness. The "common" module is required to build Harness and so is published into the Nexus eco-system for use with `sbt` as “com.actionml” %% "harness-auth-common” % “0.3.0" [here](https://mvnrepository.com/artifact/com.actionml/harness-auth-common_2.11/0.3.0) See the git project for more details.
- **Docker-compose, Kubernetes**: several projects that integrate systems of Containers for vertical scaling (Docker-compose) and horizontal scaling (Kubernetes) are also available but are private since they are difficult to support as public OSS. [Contact us](mailto:support@actionml.com) for access.

0 comments on commit ef97447

Please sign in to comment.