You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-29Lines changed: 9 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,19 @@ It is an open source [Web of Things](https://www.w3.org/WoT/) gateway.
12
12
13
13
## Installation
14
14
15
-
- If you have a Rasberry Pi, the easiest way to use the gateway is to [download and flash](http://webthings.io/gateway/) a pre-built software image to an SD card.
16
-
- If you prefer to use Docker, we have a prebuilt Docker image available [here](https://hub.docker.com/r/webthingsio/gateway), for both ARM and amd64. You can also build your own image from this repository.
17
-
- On Ubuntu or Ubuntu Core you can install the experimental [snap package](https://snapcraft.io/webthings-gateway).
18
-
- Otherwise, you can build WebThings Gateway from source yourself (see below).
15
+
As of the 2.0 release, the recommended way to install WebThings Gateway is using the [Docker image](https://hub.docker.com/r/webthingsio/gateway). There is also an experimental [snap package](https://snapcraft.io/webthings-gateway), or you can build from source yourself (see below).
19
16
20
17
## Documentation
21
18
22
-
-[Getting Started Guide](https://webthings.io/docs/gateway-getting-started-guide.html)
- Load https://localhost:4443 in your web browser (or use the server's IP address if loading remotely). Since you're using a self-signed certificate, you'll need to add a security exception in the browser.
0 commit comments