From 80327652c3627feb0ca9cc1e275875e29fddaf5f Mon Sep 17 00:00:00 2001 From: Amol Date: Fri, 20 Oct 2023 17:39:14 +0530 Subject: [PATCH] Create INSTALLATION.md --- INSTALLATION.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 INSTALLATION.md diff --git a/INSTALLATION.md b/INSTALLATION.md new file mode 100644 index 000000000..5aa27a14e --- /dev/null +++ b/INSTALLATION.md @@ -0,0 +1,20 @@ + +# INSTALLATON INSTRUCTIONS + +You can use our app as a cloud version from [OpenSignLabs](www.opensignlabs.com) + +or follow below instructions to install it on your own infrastructure. + +- Digital Ocean +- Localhost + +## Digital Ocean + +OpenSign application consistes of 3 components - +- ReactJS frontend +- NodeJS API +- MongoDB database + +You can install all 3 components on digital ocean using the button below - + +[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/OpenSignLabs/OpenSign/tree/updatedocumentation&refcode=30db1c901ab0)