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-05 20:37:39 +02:00
.circleci scaffold accounts app 2019-07-05 20:37:39 +02:00
accounts scaffold accounts app 2019-07-05 20:37:39 +02:00
shared add opt-out mechanism via cookie 2019-06-26 17:36:34 +02:00
.editorconfig install chrome in dockerfile, skip download on npm i 2019-06-21 15:01:24 +02:00
.gitignore scaffold accounts app 2019-07-05 20:37:39 +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 scaffold accounts app 2019-07-05 20:37:39 +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 scaffold accounts app 2019-07-05 20:37:39 +02:00
package.json scaffold accounts app 2019-07-05 20:37:39 +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