Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.01 KB

lamassu-install

This will install your Lamassu Admin and server on a DigitalOcean droplet running Ubuntu Server 20.04 LTS.

First-time installation

Follow the latest installation instructions on our knowledgebase.

On a fresh droplet using the specs outlined in the instructions above, run:

curl -O https://raw.githubusercontent.com/lamassu/lamassu-install/release-10/install && bash install

Upgrading

Before upgrading, verify your server version.

Then, follow our KB instructions for upgrading relevant to your current version.

On servers running v8.0 or higher, you may run the following to upgrade:

curl -sS https://raw.githubusercontent.com/lamassu/lamassu-install/release-10/upgrade-ls | bash