Fathom - simple website analytics ============================== [![Go Report Card](https://goreportcard.com/badge/github.com/usefathom/fathom)](https://goreportcard.com/report/github.com/usefathom/fathom) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/usefathom/fathom/master/LICENSE) This is nowhere near being usable, let alone stable. Please treat as a proof of concept while we work on getting this to a stable state. **Do not run Fathom in production yet unless you like spending time on it.** Things will keep changing for the next few months. ![Screenshot of the Fathom dashboard](https://github.com/usefathom/fathom/blob/master/assets/src/img/fathom.jpg?v=7) ## Installation For getting a development version of Fathom up & running, go through the following steps. 1. Ensure you have [Golang](https://golang.org/doc/install#install) installed properly 1. Get code: `git clone git@github.com:usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom` 1. Compile into binary & prepare assets: `make build` 1. (Optional) Set your [custom configuration values](https://github.com/usefathom/fathom/wiki/Configuration-file). 1. Register your user account: `fathom register --email= --password=` 1. Start the webserver: `fathom server` and then visit **http://localhost:8080** to access your analytics dashboard. To install and run Fathom in production, [have a look at the installation instructions](https://github.com/usefathom/fathom/wiki/Installing-&-running-Fathom). ## Building with Docker Ensure you have Docker installed and run `docker build -t fathom .`. Run the container with `docker run -d -p 8080:8080 fathom`. #### Tracking snippet To start tracking, include the following JavaScript on your site and replace `yourfathom.com` with the URL to your Fathom instance. ```html ``` ## Copyright and license MIT licensed. Fathom and Fathom logo are trademarks of Fathom Analytics.