Skip to content

Latest commit

 

History

History
executable file
·
24 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

executable file
·
24 lines (19 loc) · 1.26 KB

Scaling Cairngorm with ArcGIS Server

Source code to support my user presentation at the 2010 ESRI Developers Summit

Slideshare link to preso

Setup

  1. Clone (or fork) the repo: git clone git://github.com/ruprict/scaling-cairngorm.git
  2. Import Existing Flex Builder project into Flex Builder
  3. Modify Flex Compiler settings (i.e., SDK) as needed
    • -includes asmock.integration.flexunit.ASMockClassRunner
  4. Create a local virtual directory to http://localhost/scaling that points to the bin-debug directory
  5. Change Output Path URL on Flex Build Path Properties page to http://localhost/scaling
  6. Build and go

Resources