-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add docs on creating service * Add more docs about ooni services setup * Improvements to docs
- Loading branch information
Showing
5 changed files
with
475 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
# OONI backend | ||
|
||
Welcome to the OONI backend! | ||
|
||
We follow the principles of a building a [12 factor app](https://12factor.net/), | ||
which can be summarized as: | ||
|
||
- Use declarative formats for setup automation, to minimize time and cost for | ||
new developers joining the project; | ||
- Have a clean contract with the underlying operating system, offering maximum | ||
portability between execution environments; | ||
- Are suitable for deployment on modern cloud platforms, obviating the need for | ||
servers and systems administration; | ||
- Minimize divergence between development and production, enabling continuous | ||
deployment for maximum agility; | ||
- And can scale up without significant changes to tooling, architecture, or | ||
development practices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.