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-10-06 13:27:36 +02:00
.circleci add robots.txt files for staging and production envs 2019-09-29 16:08:41 +02:00
.elasticbeanstalk introduce staging environment 2019-09-14 14:35:04 +02:00
build/proxy fix double handling of api requests 2019-10-04 19:52:04 +02:00
homepage fix libk in 404 2019-10-02 13:44:49 +02:00
.ebignore leverage layer caching for node deps 2019-09-09 22:30:11 +02:00
.editorconfig add logspout container to production setup 2019-09-16 15:53:16 +02:00
.gitignore use go app to serve static assets 2019-10-04 18:51:24 +02:00
CODE_OF_CONDUCT.md refer to real world .dev domain 2019-05-01 20:34:00 -06:00
docker-compose.yml use single filesystem for serving static assets 2019-10-06 13:27:36 +02:00
Dockerfile.python use homepage for generating events in local development 2019-09-27 20:49:44 +02:00
Dockerrun.aws.json.production add logspout container to production setup 2019-09-16 15:53:16 +02:00
Dockerrun.aws.json.staging introduce staging environment 2019-09-14 14:35:04 +02:00
LICENSE Initial commit 2019-04-10 16:58:26 +02:00
Makefile close homepage port, add update command 2019-10-02 14:29:34 +02:00
README.md add robots.txt files for staging and production envs 2019-09-29 16:08:41 +02:00

offen

CircleCI Patreon

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