Skip to content

Commit

Permalink
Issue #8: Improve Deployment Documentation
Browse files Browse the repository at this point in the history
Refactor quickstart wiki documentation so that we can apply resource filtering to get versioned documentation links.  Additionally, fill in quickstart wiki documentation.
  • Loading branch information
bdferris committed May 9, 2012
1 parent f1bc50b commit c843273
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,23 @@
</dependencySets>
<fileSets>
<fileSet>
<directory>src/main/assembly/onebusaway-quickstart-webapp</directory>
<outputDirectory>/</outputDirectory>
<directory>src/main/assembly/onebusaway-quickstart-webapp/WEB-INF</directory>
<outputDirectory>/WEB-INF</outputDirectory>
</fileSet>
<fileSet>
<includes>
<include>**.wiki</include>
</includes>
<directory>src/main/assembly/onebusaway-quickstart-webapp/wiki</directory>
<outputDirectory>/WEB-INF/classes/org/onebusaway/quickstart/wiki</outputDirectory>
<filtered>true</filtered>
</fileSet>
<fileSet>
<excludes>
<exclude>**.wiki</exclude>
</excludes>
<directory>src/main/assembly/onebusaway-quickstart-webapp/wiki</directory>
<outputDirectory>/WEB-INF/classes/org/onebusaway/quickstart/wiki</outputDirectory>
</fileSet>
</fileSets>
</assembly>

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(% style="float: right; margin-left: 2em; margin-bottom: 2em" %)
image:Screenshot.png

We have a native Android app. By default, the app is configured to use the Puget Sound instance of OneBusAway, but you can point the app to use your quick-start instance as well.

1. Download and install the [[OneBusAway Android app>>https://play.google.com/store/apps/details?id=com.joulespersecond.seattlebusbot]] from the Google app store.
1. From within the app, select the "Help" menu item.
1. Select the "Preferences" entry.
1. Change the API Server name to match hostname and port of your OneBusAway instance.

Of course, for this to work, you're Android phone will need to be on the same network as the machine running your OneBusAway instance.

| image:Phone01.png | image:Phone02.png
| image:Phone03.png | image:Phone04.png
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The [[OneBusAway phone interface>>${site_base_url}/onebusaway-application-modules/${project.version}/features/phone-and-sms.html]] is not configured in the onebusaway-quickstart webapp by default. For details on configuring the phone interface, see the [[configuration guide>>${site_base_url}/onebusaway-application-modules/${project.version}/guides/phone-webapp-configuration-guide.html]].
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The [[OneBusAway SMS interface>>${site_base_url}/onebusaway-application-modules/${project.version}/features/phone-and-sms.html]] is not configured in the onebusaway-quickstart webapp by default. For details on configuring the SMS interface, see the [[configuration guide>>${site_base_url}/onebusaway-application-modules/${project.version}/guides/sms-webapp-configuration-guide.html]].
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(% style="float: right; margin-left: 2em; margin-bottom: 2em" %)
image:Screenshot.png

We have a Windows Phone 7 app! Download the app from the [[Zune store>>http://redirect.zune.net/redirect?type=phoneApp&id=30dcbcc4-e3d0-df11-9eae-00237de2db9e&source=OneBusAwaySite]].

By default, the app is configured to use the Puget Sound instance of OneBusAway, but you can point the app to use your quick-start instance as well.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c843273

Please sign in to comment.