mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
outline of Milestone 1 blog post
This commit is contained in:
parent
4af6cdea35
commit
f6e3831508
39
homepage/content/pages/blog-0010-milestone1.md
Normal file
39
homepage/content/pages/blog-0010-milestone1.md
Normal file
@ -0,0 +1,39 @@
|
||||
Title: Laying the foundation for fair web analytics
|
||||
description: ????
|
||||
save_as: blog/laying-foundation-for-fair-web-analytics/index.html
|
||||
href: /blog/laying-foundation-for-fair-web-analytics/
|
||||
sitemap_priority: 0.7
|
||||
|
||||
11 Dec 2019 - Hendrik Niefeld
|
||||
## Laying the foundation
|
||||
What we achieved in the last 6 weeks
|
||||
|
||||
### *Application architecture*
|
||||
extension by middleware
|
||||
additional behavior can transparently be added by any consumer
|
||||
|
||||
### *Build*
|
||||
We want offen to be easy to deploy, and also make it easy for people interested to give it a test drive.
|
||||
compiled into a single binary file
|
||||
you can now download a offen binary and execute it on your local machine to instantly have a (ephemeral) instance up and running.
|
||||
Right now, this setup only supports Linux, but we are aiming to support Windows and MacOS just as well soon.
|
||||
|
||||
<div class="btn-wrapper">
|
||||
<a class="btn btn-color-yellow" target="_blank" href="https://8342-180605180-gh.circle-artifacts.com/0/tmp/artifacts/offen-stable.tar.gz">Download binary</a>
|
||||
</div>
|
||||
|
||||
.
|
||||
.
|
||||
.
|
||||
|
||||
|
||||
### *Dev Setup*
|
||||
accessible to contributors without any complex setup
|
||||
Docker and docker-compose based solution
|
||||
successfully tested this on Linux, MacOS and Windows
|
||||
|
||||
---
|
||||
This is a reduction of a detailed description that you can find with our Milestone 1 pull.
|
||||
<div class="btn-wrapper">
|
||||
<a class="btn btn-color-black" target="_blank" href="https://github.com/offen/offen/pull/192">Open Milestone 1 pull</a>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user