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

40 lines
945 B
Markdown
Raw Normal View History

2019-04-10 16:58:26 +02:00
# offen
[![CircleCI](https://circleci.com/gh/offen/offen/tree/master.svg?style=svg)](https://circleci.com/gh/offen/offen/tree/master)
2019-04-10 18:17:24 +02:00
> 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.
2019-04-19 18:56:24 +02:00
### 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:
```
2019-04-20 01:37:26 +02:00
docker-compose run server make bootstrap
2019-04-19 18:56:24 +02:00
```
Run the server:
```
docker-compose up
```
Run the tests:
```
docker-compose run server make
```
2019-04-10 18:17:24 +02:00
### License
2019-04-20 04:50:49 +02:00
MIT © offen