Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/api/sdk.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@ title: Official SDKs
<td><a href="https://github.com/OneBusAway/python-sdk/">Source Code</td></td>
<td><a href="https://github.com/OneBusAway/python-sdk/issues">Issue Tracker</td></td>
</tr>
<tr>
<td><a href="https://rubygems.org/gems/onebusaway-sdk">Ruby</a></td>
<td><a href="https://github.com/OneBusAway/ruby-sdk">Source Code</td></td>
<td><a href="https://github.com/OneBusAway/ruby-sdk/issues">Issue Tracker</td></td>
</tr>
</tbody>
</table>
5 changes: 5 additions & 0 deletions src/guides/deployment/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ layout: page

<p>
<a href="/guides/deployment/render">Learn how to deploy OneBusAway on Render →</a>
</p>

<h2>Validate an OBA Server</h2>
<p>
<a href="/guides/deployment/validate-server">Video Guide</a> - This will demonstrate how we validate that the server is working correctly by ensuring that data is appearing as expected.
</p>
10 changes: 10 additions & 0 deletions src/guides/deployment/validate-server.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Validate an OBA Server
layout: page
---

<p>
Once you have deployed OneBusAway, you can validate that the server is working correctly by ensuring that data is appearing as shown in the following video.
</p>

<iframe width="654" height="368" src="https://www.youtube.com/embed/4pRzbBANhWk" title="How to Test That Your OneBusAway Server Works" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>