2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
website/README.md

1.0 KiB

offen

CircleCI

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 © Frederik Ring, Hendrik Niefeld