Update techincal documentation

This commit is contained in:
Uku Taht 2020-06-10 10:08:40 +03:00
parent e4385b679b
commit 97d8a9fe00
2 changed files with 28 additions and 28 deletions

View File

@ -1,10 +1,10 @@
# Plausible Analytics
Self-hosting is possible based on the docker images and are automatically pushed into [Gitlab hosted docker](registry.gitlab.com/tckb-public/plausible) registry for all commits on `master` branch.
All `master-*` tags are considered to be stable and are persisted. Any other tag in the registry is considered to be for development purposes and/or unstable and are auto-deleted after a week.
Self-hosting is possible based on the docker images and are automatically pushed into [Dockerhub](https://hub.docker.com/r/plausible/analytics) registry for all commits on `master` branch. At the moment, `latest` is the only tag on DockerHub as we haven't reached a stable
release of self-hosted Plausible yet.
### Building Docker image
Besides the GitlabCI, one can build docker image from [Dockerfile](./Dockerfile).
Besides the DockerHub registry, one can build docker image from [Dockerfile](./Dockerfile).
#### Up and Running
The repo supplies with a [Docker Compose](./docker-compose.yml) file, this serves as a sample for running Plausible with Docker.

View File

@ -35,8 +35,8 @@ We choose the subscription business model rather than the business model of surv
### Technology
Plausible Analytics is a standard Elixir/Phoenix application backed by a PostgreSQL database. On the frontend we use
[TailwindCSS](https://tailwindcss.com/) for styling and some vanilla Javascript for interactive bits.
Plausible Analytics is a standard Elixir/Phoenix application backed by a PostgreSQL database for general data and a Clickhouse
database for stats. On the frontend we use [TailwindCSS](https://tailwindcss.com/) for styling and React to make the dashboard interactive.
### Feedback & Roadmap