Skip to content

Commit

Permalink
Remind users that self-hosting is not required (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa authored Sep 23, 2024
1 parent 6278c1f commit 447ff3c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/central-install-digital-ocean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Installing Central on DigitalOcean
===================================

.. tip::
`ODK Cloud <https://getodk.org/#pricing>`_ is the best way to use ODK. With ODK Cloud, you can be collecting the data you need a few minutes after you subscribe. No technical skills required. `Get started today <https://getodk.org/#pricing>`_.

If you'd like to set up an ODK server that's accessible from anywhere via the Internet, DigitalOcean provides a one-click configuration that's nicely geared with nearly all the tools you'll need to set up your new server. The only thing it doesn't do is register a domain name, which you will have to do in order to obtain a security certificate for your server.

.. tip::
Expand Down
5 changes: 4 additions & 1 deletion docs/central-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
ODK Central
===========

.. tip::
`ODK Cloud <https://getodk.org/#pricing>`_ is the best way to use ODK. With ODK Cloud, you can be collecting the data you need a few minutes after you subscribe. No technical skills required. `Get started today <https://getodk.org/#pricing>`_.

:dfn:`ODK Central` is the ODK server. It manages user accounts and permissions, forms and submissions, longitudinal data records, and allows data collection clients like :doc:`ODK Collect <collect-intro>` to connect to it for form download and submission upload.

Our goal with Central is to create a server that is straightforward to install, easy to use, and extensible with new features and functionality both directly in the software and with the use of our REST, OpenRosa, and OData programmatic APIs.
Expand Down Expand Up @@ -45,7 +48,7 @@ Here are some of the major features we support today:
- ODK Briefcase-compatible data output
- ODK Briefcase push/pull support

Central is in active development. We have a lot of exciting ideas for its future and we look forward to hearing yours as well. See `What is coming in Central <https://forum.getodk.org/t/whats-coming-in-central-over-the-next-few-years/19677>`_ for more on future direction.
Central is in active development. We have a lot of exciting ideas for its future and we look forward to hearing yours as well. See `our roadmap <https://roadmap.getodk.org>`_ for more on future direction.

.. _central-intro-overview:

Expand Down
3 changes: 3 additions & 0 deletions docs/collect-intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ODK Collect
================

.. tip::
`ODK Cloud <https://getodk.org/#pricing>`_ is the best way to use ODK. With ODK Cloud, you can be collecting the data you need a few minutes after you subscribe. No technical skills required. `Get started today <https://getodk.org/#pricing>`_.

.. _collect-introduction:

:dfn:`ODK Collect` is an Android app for managing and filling out forms. It supports a wide range of question and answer types, and is designed to work well offline.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
'color-announcement-background': '#f8f9fb',
'color-announcement-text': 'black',
},
'announcement': '<b>Looking to save time?</b> Try <a href="https://getodk.org/#pricing">ODK Cloud</a>, the official managed hosting service from the creators of ODK.',
'announcement': '<b>Looking for a better way?</b> Use <a href="https://getodk.org/#pricing">ODK Cloud</a>, the official managed hosting service from the creators of ODK.',
'sidebar_hide_name': True,
}
html_show_sphinx = True
Expand Down

0 comments on commit 447ff3c

Please sign in to comment.