Plausible's docs are probably more up-to-date
This commit is contained in:
parent
d22b69809d
commit
820eb306af
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ Plausible's primary offering is a hosted version, but in the last few weeks the
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
{{<block note>}}
|
||||||
|
I wrote this installation guide a long time ago. As a result, many of the steps may be incorrect. If you're after more up-to-date setup instructions, check out the [official documentation](https://plausible.io/docs/self-hosting).
|
||||||
|
{{</block>}}
|
||||||
|
|
||||||
|
|
||||||
The current options are to compile and run the Elixir application yourself, or use [Docker](https://hub.docker.com/r/plausible/analytics). My servers already run Docker, so that was a simple decision! In the Plausible repository, there's a `docker-compose.yml` - Don't use it. It's intended more as a reference to what's needed for setup rather than to be used directly. However, from this we can see we need a couple containers:
|
The current options are to compile and run the Elixir application yourself, or use [Docker](https://hub.docker.com/r/plausible/analytics). My servers already run Docker, so that was a simple decision! In the Plausible repository, there's a `docker-compose.yml` - Don't use it. It's intended more as a reference to what's needed for setup rather than to be used directly. However, from this we can see we need a couple containers:
|
||||||
|
|
||||||
- [Plausible](https://hub.docker.com/r/plausible/analytics) itself, obviously
|
- [Plausible](https://hub.docker.com/r/plausible/analytics) itself, obviously
|
||||||
|
|
Loading…
Reference in a new issue