Difference between revisions of "Getting Started - Enyo Apps"

From WebOS-Ports
Jump to navigation Jump to search
(Add instructions for Testr.)
 
(3 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
To download the Maps app and try running it:
 
To download the Maps app and try running it:
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.maps.git</pre>
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.maps.git</pre>
# Open the org.webosports.app.maps/index.html file.  It works in both Firefox and Chrome.
+
# Open the org.webosports.app.maps/debug.html file.  It works in both Firefox and Chrome, although to test it in Chrome you will need to launch Chrome with the command-line flag "--allow-file-access-from-files".
  
 
== Memos ==
 
== Memos ==
Line 41: Line 41:
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.photos.git</pre>
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.photos.git</pre>
 
# Open the org.webosports.app.photos/debug.html file in Firefox or Chrome.
 
# Open the org.webosports.app.photos/debug.html file in Firefox or Chrome.
 +
 +
== Settings ==
 +
To download the Settings app and try running it:
 +
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.settings.git</pre>
 +
# Open the org.webosports.app.settings/debug.html file in Firefox (does not work properly in Chrome).
 +
 +
== Testr ==
 +
To download the Testr app and try running it:
 +
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.testr.git</pre>
 +
# Open the org.webosports.app.testr/debug.html file in Firefox or Google Chrome.

Latest revision as of 21:17, 22 January 2016

What is Enyo?

Enyo is a cross-platform JavaScript framework for making apps. A number of the built-in LuneOS apps are written using Enyo.

Calendar

To download the Calendar app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.calendar.git
  2. Open the org.webosports.app.calendar/Debug.html.( chrome user must use --allow-file-access-from-files )

Contacts

To download the Contacts app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.contacts.git
  2. Open the org.webosports.app.contacts/index.html file in Firefox (it does not presently work correctly in Google Chrome).

File Manager

The file manager app does not do much when run on the desktop, since it relies heavily on system APIs which are only available under LuneOS. However, if you want to work on the interface, you can still download the File Manager app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.filemanager.git
  2. Open the org.webosports.app.filemanager/debug.html file. It works in both Firefox and Chrome.

Maps

To download the Maps app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.maps.git
  2. Open the org.webosports.app.maps/debug.html file. It works in both Firefox and Chrome, although to test it in Chrome you will need to launch Chrome with the command-line flag "--allow-file-access-from-files".

Memos

To download the Memos app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.memos.git
  2. Open the org.webosports.app.memos/debug.html file in Firefox (it does not presently work correctly in Google Chrome).

Messaging

To download the Messaging app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.messaging.git
  2. Open the org.webosports.messaging/app/debug.html file in Firefox (it does not presently work correctly in Google Chrome).

PDF Viewer

PDF Viewer doesn't do much on the desktop due to not having a PDF to open. However, if you want to try it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.pdf.git
  2. Open the org.webosports.app.pdf/debug.html file in Firefox (it does not presently work in Google Chrome).

Photos and Videos

To download the Photos and Videos app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.photos.git
  2. Open the org.webosports.app.photos/debug.html file in Firefox or Chrome.

Settings

To download the Settings app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.settings.git
  2. Open the org.webosports.app.settings/debug.html file in Firefox (does not work properly in Chrome).

Testr

To download the Testr app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.testr.git
  2. Open the org.webosports.app.testr/debug.html file in Firefox or Google Chrome.