Skip to content

Commit e48869c

Browse files
feat: add deploy to digitalocean button
1 parent 81d3969 commit e48869c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ Welcome to OpenSign, the premier open source docusign alternative - document e-s
7373

7474
---
7575

76-
### Installation
76+
### Deploy
7777

78+
#### DigitalOcean
79+
[![Deploy on DigitalOcean](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/OpenSignLabs/Deploy-OpenSign-to-Digital-Ocean/tree/main&refcode=30db1c901ab0)
80+
81+
#### Docker
7882
The simplest way to install OpenSign on your own server is using official docker images by running the following command -
7983
```
8084
export HOST_URL=https://opensign.yourdomain.com && curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/Caddyfile https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/.env.local_dev && mv .env.local_dev .env.prod && docker compose up --force-recreate

0 commit comments

Comments
 (0)