Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 719 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 719 Bytes

RavenDB Cluster

Easiest way to setup a RavenDB Cluster on Linux.

Supported Distros:

  • Ubuntu 16.x

How to use

First, read the blog post and watch the video to see the process end to end. RavenDB 4.0 Cluster on Ubuntu with Digital Ocean

tl;dr

  • upload your cert to box
  • git clone the repository
  • chmod +x DISTRO/install.sh
  • DISTRO/install.sh subdomain.domain.com certificate_file_with_path certificate_password
  • echo "IP_ADDRESS subdomain.domain.com" >> /etc/hosts
  • systemcrl start ravendb

Feedback

let me know if you come across any issues or any ideas for improvement. Open an issue!

PRs are welcome.