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-07-19 22:00:55 +02:00
.circleci enable flask app to use different configuration sources when run in lambda 2019-07-19 10:06:24 +02:00
accounts properly scope secrets access 2019-07-19 22:00:55 +02:00
shared allow checking JWTs against multiple public keys 2019-07-19 19:00:07 +02:00
.editorconfig move authentication to jwt based token system handled by account app 2019-07-07 21:42:50 +02:00
.gitignore increase test coverage for vault and login api 2019-07-16 09:53:49 +02:00
.npmrc set up simpler dockerized dev env for node apps 2019-06-21 13:19:59 +02:00
CODE_OF_CONDUCT.md refer to real world .dev domain 2019-05-01 20:34:00 -06:00
docker-compose.yml enable flask app to use different configuration sources when run in lambda 2019-07-19 10:06:24 +02:00
Dockerfile.python scaffold accounts app 2019-07-05 20:37:39 +02:00
LICENSE Initial commit 2019-04-10 16:58:26 +02:00
Makefile add accounts and user CRUD and connect to auth layer 2019-07-16 09:53:49 +02:00
package.json properly scope secrets access 2019-07-19 22:00:55 +02:00
README.md add patreon account 2019-06-23 16:52:34 +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. Also do not use the software in its current state as it is still missing crucial pieces in protecting the data end to end.

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/status seeing a successful response.

License

MIT © offen