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-09-13 21:03:12 +02:00
.circleci run db migrations before deploying 2019-09-13 20:21:23 +02:00
.elasticbeanstalk configure production environment 2019-09-11 12:55:17 +02:00
build/proxy remove bad reference to deleted directory 2019-09-13 12:54:02 +02:00
homepage set up content security policy 2019-09-13 08:32:15 +02:00
.ebignore leverage layer caching for node deps 2019-09-09 22:30:11 +02:00
.editorconfig move authentication to jwt based token system handled by account app 2019-07-07 21:42:50 +02:00
.gitignore consider lockfiles when building docker images 2019-09-11 21:39:16 +02:00
CODE_OF_CONDUCT.md refer to real world .dev domain 2019-05-01 20:34:00 -06:00
docker-compose.yml default to secure cookies 2019-09-11 20:31:45 +02:00
Dockerfile.python scaffold accounts app 2019-07-05 20:37:39 +02:00
Dockerrun.aws.json.production configure production environment 2019-09-11 12:55:17 +02:00
LICENSE Initial commit 2019-04-10 16:58:26 +02:00
Makefile configure production environment 2019-09-11 12:55:17 +02:00
README.md configure production environment 2019-09-11 12:55:17 +02:00

offen

CircleCI Pivotal Tracker 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.

Project planning and issue tracking is done using Pivotal Tracker, but feel free to open a GitHub issue if you have a question or found a bug.

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, create a local encryption key for the kms service and 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