1.3 KiB
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. See each of the READMEs in the subdirectories for instructions on how to work on that particular area of the application.
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. If you have questions in the meantime, feel free to open an issue.
Developing the application
The development setup requires docker
and docker-compose
to be installed.
After cloning the repository, you can build the containers and install dependencies using:
$ make setup
Next seed the database for the server
application:
$ make bootstrap
You can test your setup by starting the application:
$ docker-compose up
which should enable you to access http://localhost:8080/auditorium/ and use the auditorium
License
MIT © offen