mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
945 B
945 B
offen
The offen analytics software
This repository contains all source code needed to build and run offen, both on the server as well as on the client.
Development of offen has just started, so instructions are rare and things will stay highly volatile for quite some while.
Guidelines for running and developing the Software will be added when it makes sense to do so. Feel free to open an issue if you have a question.
Developing the application
server
To work on the server
you will need to install docker-compose
and Go 1.12+.
First, bootstrap the dockerized Postgres database used for development:
docker-compose run server make bootstrap
Run the server:
docker-compose up
Run the tests:
docker-compose run server make
License
MIT © offen