Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Latest commit

 

History

History
76 lines (51 loc) · 2.15 KB

index.rst

File metadata and controls

76 lines (51 loc) · 2.15 KB

OneGov Cloud

Technical Documentation

OneGov Cloud is a Swiss initiative to provide municipalities with open-source web-applications.

_static/govikon.png

You reached the technical documentation of this initiative intended for administrators, developers and other technical personnel.

To learn more about the product, please refer to https://onegovcloud.ch/

Introduction

OneGov Cloud is a RAD framework built with Morepath, the web micro-framework with superpowers. It enables us to write web applications for government agencies in a secure, efficient, and modern manner.

OneGov Cloud has strong opinions about the technology it employs. This has the following consequences:

  • It only runs on POSIX platforms.
  • It uses PostgreSQL 10+ and won't support other databases.
  • It requires Python 3.6+. Python 2.x is not supported.
  • It aims to provide concurrency through multiple processes and is not necessarily thread-safe.

Internationalization

OneGov Cloud supports many languages and locales. That means that number- date- and other formatting can use the appropriate locale. All static text is translatable.

Content is translatable too, though OneGov Cloud doesn’t offer any tools for it at this moment. This is generally a UI problem, not a framework problem.

URL paths are not translatable and should use English.

Development and documentation is in English. It’s what we are most comfortable with when it comes to software development.

Try it!

Have a look at OneGov Town, our flagship application:

Start your own OneGov Town instance for free:

Development

You can run OneGov Cloud locally using our development environment: https://github.com/onegov/dev.

Documentation Highlights

Further Reading

Find out more about the inner workings of OneGov Cloud by having a look at the OneGov Cloud modules documentation at :doc:`onegov_cloud_modules`.