Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n authored Dec 13, 2023
1 parent 9b2b5a6 commit adbfac6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@


Conductor is a platform originally created at Netflix to orchestrate microservices and events.
This Conductor repository is maintained by the team at [Orkes](https://orkes.io/content) and a group of volunteers from the community.

For more information, see [Main Documentation Site](https://orkes.io/content)

## Conductor OSS
This is the new home for the Conductor open source going forward (previously hosted at Netflix/Conductor).
Expand Down Expand Up @@ -44,8 +42,8 @@ The next scheduled release is in Dec 2023.
## Resources
#### [Slack Community](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg)
We have an active [community](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg) of Conductor users and contributors on the channel.
#### [Documentation Site](https://orkes.io/content)
[Documentation](https://orkes.io/content) and tutorial on how to use Conductor
#### [Documentation Site](https://conductor.netflix.com)
[Documentation](https://conductor.netflix.com) and tutorial on how to use Conductor

[Discussion Forum](https://github.com/conductor-oss/conductor/discussions): Please use the forum for questions and discussing ideas and join the community.

Expand All @@ -61,15 +59,8 @@ If you wish to build your own distribution, you can run ```./gradlew build``` fr
The runnable server is in server/ module.

### Using Docker (Recommended)
A production ready container is published by Orkes from (https://github.com/orkes-io/orkes-conductor-community)

Follow the steps below to launch the docker container:

#### Simple self-contained script to launch the docker image
```shell
curl https://raw.githubusercontent.com/orkes-io/orkes-conductor-community/main/scripts/run_local.sh | sh
```

#### Using docker run manually (Provides more control)
```shell

Expand All @@ -94,7 +85,6 @@ docker pull conductoross/conductor:3.15.0

* The default persistence used is Redis
* The indexing backend is [Elasticsearch](https://www.elastic.co/) (6.x)
* The default queues are [orkes-queues](https://github.com/orkes-io/orkes-queues)

## Other Requirements
* JDK 17+
Expand Down

0 comments on commit adbfac6

Please sign in to comment.