Merge branch 'master' of github.com:usefathom/fathom

This commit is contained in:
Danny van Kooten 2018-11-09 10:39:21 +01:00
commit 69986d9215
1 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,12 @@ Fathom [respects the privacy of your users and does not collect any personally i
## Installation
### Production
To install and run Fathom in production, [see the installation instructions](docs/Installation%20instructions.md).
### Development
For getting a development version of Fathom up & running, go through the following steps.
1. Ensure you have [Go](https://golang.org/doc/install#install) and [NPM](https://www.npmjs.com) installed
@ -29,8 +35,6 @@ For getting a development version of Fathom up & running, go through the followi
1. (Optional) Register a user account: `./fathom user add --email=<email> --password=<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, [see the installation instructions](docs/Installation%20instructions.md).
## Docker
### Building