Difference between revisions of "Developer's Quick Start Reference"

From RifidiWiki

Jump to: navigation, search
(New page: Basics for Developemnt Set Up, Build and Delpoying your App ==Set up your development environment== * 1. Check the section starting at "Importing a Project Template" on page 5 for how to d...)
 
Line 1: Line 1:
 
Basics for Developemnt Set Up, Build and Delpoying your App
 
Basics for Developemnt Set Up, Build and Delpoying your App
 
==Set up your development environment==
 
==Set up your development environment==
* 1.
+
* 1.[[Edge_Server_Development_Environment|Set up your Development Environment].  
Check the section starting at "Importing a Project Template" on page 5 for how to do this.  
+
  
After your application is set up, you'll have to choose how you want to receive your tags.  Tags that are read by RFID readers will be inserted into an event processing engine called Esper.  There are a few different ways to receive these tags, as outlined here:
 
  
 
==Build a App==
 
==Build a App==
* 2. [[Developer%27s_Guide|creating your own Rifidi App]].
+
* 2. [[Developer%27s_Guide|Creating your own Rifidi App]].
  
 
==Export and Deploy your App==
 
==Export and Deploy your App==
* 3.[[How_to_export_your_custom_Rifidi_application]]  
+
* 3.[[How_to_export_your_custom_Rifidi_application |Export and Deploy your Rifidi App]]  
  
 
==Installing your App==
 
==Installing your App==
* 4. [[Installing_an_Application]]   
+
* 4. [[Installing_an_Application]|Installing your Rifidi App (if already exported)]]   
  
 
==JumpStart App References==
 
==JumpStart App References==
 
* 5a.[[Database_Jumpstart]]
 
* 5a.[[Database_Jumpstart]]
 +
* 5b.[[Cloud_Jumpstart]]
 +
* 5c.[[JMS_Jumpstart]]
 +
* 5d.[[Rifidi_Services_Jumpstart]]

Revision as of 22:56, 3 July 2013

Basics for Developemnt Set Up, Build and Delpoying your App

Set up your development environment

  • 1.[[Edge_Server_Development_Environment|Set up your Development Environment].


Build a App

Export and Deploy your App

Installing your App

  • 4. [[Installing_an_Application]|Installing your Rifidi App (if already exported)]]

JumpStart App References