Skip to content

Commit

Permalink
Merge pull request #1746 from dolthub/db/doltlab-v1.1.1
Browse files Browse the repository at this point in the history
/content/products/doltlab/installation.md: doltlab v1.1.1
  • Loading branch information
coffeegoddd authored Sep 26, 2023
2 parents d16da41 + 5779867 commit da5a5b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/products/doltlab/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Installation"
---

The latest version of DoltLab is `v1.0.6` and to get started running your own DoltLab instance, you can follow the steps below. To see release notes for [DoltLab's releases](https://github.com/dolthub/doltlab-issues/releases) or to report and track DoltLab issues, visit DoltLab's [issues repository](https://github.com/dolthub/doltlab-issues).
The latest version of DoltLab is `v1.1.1` and to get started running your own DoltLab instance, you can follow the steps below. To see release notes for [DoltLab's releases](https://github.com/dolthub/doltlab-issues/releases) or to report and track DoltLab issues, visit DoltLab's [issues repository](https://github.com/dolthub/doltlab-issues).

Please note, that to upgrading to a newer version of DoltLab will require you to kill the older version of DoltLab and install the newer one, which may result in data loss.

Expand Down Expand Up @@ -38,15 +38,15 @@ If your host is running Ubuntu 18.04/20.04, the quickest way to install these de
To use them:

```bash
export DOLTLAB_VERSION=v1.0.6
export DOLTLAB_VERSION=v1.1.1
chmod +x ubuntu-bootstrap.sh
sudo ./ubuntu-bootstrap.sh with-sudo "$DOLTLAB_VERSION"
cd doltlab
sudo newgrp docker # login as root to run docker without sudo
```

```bash
export DOLTLAB_VERSION=v1.0.6
export DOLTLAB_VERSION=v1.1.1
chmod +x centos-bootstrap.sh
sudo ./centos-bootstrap.sh with-sudo "$DOLTLAB_VERSION"
cd doltlab
Expand Down Expand Up @@ -80,7 +80,7 @@ cd doltlab

To install a specific version, run:
```bash
export DOLTLAB_VERSION=v1.0.6
export DOLTLAB_VERSION=v1.1.1
curl -LO https://doltlab-releases.s3.amazonaws.com/linux/amd64/doltlab-${DOLTLAB_VERSION}.zip
unzip doltlab-${DOLTLAB_VERSION}.zip -d doltlab
cd doltlab
Expand Down

0 comments on commit da5a5b6

Please sign in to comment.