2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00
Mirror of github.com/offen/website
Go to file
2019-04-19 17:44:47 -06:00
.circleci correctly handle flags in main test 2019-04-19 17:44:47 -06:00
.editorconfig scaffold project setup and http server 2019-04-10 21:09:52 +02:00
CODE_OF_CONDUCT.md add code of conduct document 2019-04-10 18:11:11 +02:00
docker-compose.yml correctly handle flags in main test 2019-04-19 17:44:47 -06:00
LICENSE Initial commit 2019-04-10 16:58:26 +02:00
README.md correctly handle flags in main test 2019-04-19 17:44:47 -06:00

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