-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build of r/13.x from Tue Oct 31 16:10:28 UTC 2023
- Loading branch information
1 parent
3cac477
commit a01ea58
Showing
11 changed files
with
195 additions
and
20 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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="../img/favicon.ico"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | ||
<title>Registration - Administration Guide</title> | ||
<link href="../css/bootstrap-3.3.7.min.css" rel="stylesheet"> | ||
<link href="../css/font-awesome-4.7.0.css" rel="stylesheet"> | ||
<link href="../css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../css/highlight.css"> | ||
<link href="../css/extra.css" rel="stylesheet"> | ||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../js/jquery-3.2.1.min.js"></script> | ||
<script src="../js/bootstrap-3.3.7.min.js"></script> | ||
<script src="../js/highlight.pack.js"></script> | ||
|
||
<base target="_top"> | ||
<script> | ||
var base_url = '..'; | ||
var is_top_frame = false; | ||
|
||
var pageToc = [ | ||
{title: "Registering your Opencast installation", url: "#_top", children: [ | ||
{title: "Why we want you to register", url: "#why-we-want-you-to-register" }, | ||
{title: "What we gather", url: "#what-we-gather" }, | ||
{title: "How to register", url: "#how-to-register" }, | ||
]}, | ||
]; | ||
|
||
</script> | ||
<script src="../js/base.js"></script> | ||
<script src="../javascript/extra.js"></script> | ||
<script src="../javascript/popper.js"></script> | ||
<script src="../javascript/tippy.js"></script> | ||
</head> | ||
|
||
<body> | ||
<script> | ||
if (is_top_frame) { $('body').addClass('wm-top-page'); } | ||
</script> | ||
|
||
|
||
|
||
<div class="container-fluid wm-page-content"> | ||
<a name="_top"></a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation"> | ||
|
||
<div class="wm-article-nav pull-right"> | ||
<a href="../installation/" class="btn btn-xs btn-default pull-right"> | ||
Next | ||
<i class="fa fa-chevron-right" aria-hidden="true"></i> | ||
</a> | ||
<a href="../installation/" class="btn btn-xs btn-link"> | ||
Overview | ||
</a> | ||
</div> | ||
|
||
<div class="wm-article-nav"> | ||
<a href="../changelog/" class="btn btn-xs btn-default pull-left"> | ||
<i class="fa fa-chevron-left" aria-hidden="true"></i> | ||
Previous</a><a href="../changelog/" class="btn btn-xs btn-link"> | ||
Changelog | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
<h1 id="registering-your-opencast-installation">Registering your Opencast installation</h1> | ||
<h2 id="why-we-want-you-to-register">Why we want you to register</h2> | ||
<p>Measuring the health, and uptake of an Open Source project can be difficult at the best of times, especially when | ||
considering your adopters' privacy needs. Registering your Opencast installation is entirely optional, but it is the | ||
only way to appear on <a href="https://map.opencast.org">the community map</a>. It is also the easiest, and best way to provide | ||
Opencast with up-to-date data about who your organisation is, and how they are using Opencast. This information enables | ||
us to better focus our resources, and lets us track broad-stroke usage patterns so we can make Opencast better.</p> | ||
<h2 id="what-we-gather">What we gather</h2> | ||
<p>We gather two different classes of information: Biographical, and Statistical. To register, you only need to provide | ||
biographical data, however, statistical data is strongly recommended as well. All of the fields we gather are optional, | ||
so providing just your institutional name and email is definitely supported, but we plot the adopter pins on the map | ||
based on your city, so please ensure that is filled out! No other biographical data is released, and we are GDPR | ||
compliant if you ever change your mind and wish to be removed from our records.</p> | ||
<p>The statistical data we gather includes:</p> | ||
<ul> | ||
<li>The number of recordings, and series</li> | ||
<li>The number of capture agents</li> | ||
<li>The number of users</li> | ||
<li>The number of Opencast jobs</li> | ||
<li>The sum of the duration of your recordings</li> | ||
<li>The number of tenants</li> | ||
<li>The number of Opencast nodes, including their hardware configurations</li> | ||
<li>The version of Opencast in use</li> | ||
<li>Tobira's statistical data, if any</li> | ||
</ul> | ||
<p>The exact data sent to our systems is presented to you prior to actually registering, so if you spot something in that | ||
data which you do not wish to share you will have an opportunity to abort. For example, this is a snapshot of the data | ||
generated by stable.opencast.org running Opencast 14. Your install will only register if you click on the <code>Create</code> | ||
button shown at the same time as the summary.</p> | ||
<p><img alt="Registration Example" src="../registration-example.jpg" /></p> | ||
<h2 id="how-to-register">How to register</h2> | ||
<p>In the top right corner by your username is a <code>?</code> button, which will display a dropdown menu containing the adopter | ||
registration option.</p> | ||
<p><img alt="Launch Registration" src="../registration-launch.jpg" /></p> | ||
<p>This will open the registration modal, which will walk you through the actual registration process itself. Once | ||
complete, Opencast will start sending its registration data to our servers. Note that the first time you register it | ||
will take approximately 24 hours before your system sends its registration data. If you want to speed this up you can | ||
restart your admin node, which will trigger the upload immediately. Once registered, your system will send updates to | ||
our servers daily with updated statistical data.</p> | ||
|
||
<br> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation"> | ||
|
||
<div class="wm-article-nav pull-right"> | ||
<a href="../installation/" class="btn btn-xs btn-default pull-right"> | ||
Next | ||
<i class="fa fa-chevron-right" aria-hidden="true"></i> | ||
</a> | ||
<a href="../installation/" class="btn btn-xs btn-link"> | ||
Overview | ||
</a> | ||
</div> | ||
|
||
<div class="wm-article-nav"> | ||
<a href="../changelog/" class="btn btn-xs btn-default pull-left"> | ||
<i class="fa fa-chevron-left" aria-hidden="true"></i> | ||
Previous</a><a href="../changelog/" class="btn btn-xs btn-link"> | ||
Changelog | ||
</a> | ||
</div> | ||
|
||
</div> | ||
|
||
<br> | ||
</div> | ||
|
||
<footer class="container-fluid wm-page-content"> | ||
<p> | ||
<a href="https://github.com/opencast/opencast/edit/develop/docs/guides/admin/docs/registration.md"><i class="fa fa-github"></i> | ||
Edit on GitHub</a> | ||
</p> | ||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a> using <a href="https://github.com/gristlabs/mkdocs-windmill">Windmill</a> theme by Grist Labs.</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,9 +1,9 @@ | ||
commit 50af946ca774072d2a96ddec792777f2f8ae0789 | ||
commit 79c26177b3f6d0a1f5803abe494d0e0f360b8600 | ||
Author: Greg Logan <[email protected]> | ||
Date: Fri Oct 27 20:04:56 2023 -0600 | ||
Date: Tue Oct 31 10:09:13 2023 -0600 | ||
|
||
Merge branch 'update-youtube-publication-documentation' of Arnei/opencast into r/13.x | ||
Merge branch 't/document-registration' of gregorydlogan/opencast into r/13.x | ||
|
||
Pull request #5348 | ||
Pull request #5337 | ||
|
||
Update Youtube Publication documentation | ||
Document Registration |
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
Binary file not shown.