Skip to content

Commit

Permalink
[fix] Fixed auto installation broken link #267
Browse files Browse the repository at this point in the history
Fixes #267
  • Loading branch information
Aryamanz29 authored Mar 20, 2023
1 parent ef5284e commit a24b40a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,26 @@ If you have created a [`.env` file](docs/ENV.md) to configure your instance, the
To get started, run the following command:

```bash
curl -L https://bit.do/auto-install -o setup.sh
curl https://raw.githubusercontent.com/openwisp/docker-openwisp/master/deploy/auto-install.sh -o setup.sh
sudo bash setup.sh
# If you are upgrading from an older version setup by this script use
# sudo bash setup.sh --upgrade
# For more information
# sudo bash setup.sh --help
```

**Note:** Facing errors while installation? Please [read the FAQ](docs/FAQ.md).
To get a real-time streaming output of autoinstall logs, run the following command:

```bash
tail -n 50 -f /opt/openwisp/autoinstall.log
```

**Notes:**

- If you're having any installation issues with the `latest` version, you can try auto-installation
with the `edge` version, which has images built on the current master branch.

- Still facing errors while installation? Please [read the FAQ](docs/FAQ.md).

### Compose

Expand Down

0 comments on commit a24b40a

Please sign in to comment.