Skip to content

Instantly share code, notes, and snippets.

View sirws's full-sized avatar

Scott Moore sirws

  • Esri
  • Olympia, WA
View GitHub Profile
@sirws
sirws / AKDOT_Collector_Assessment.md
Last active April 20, 2018 19:32
AKDOT Collector Assessment Checklist

#Checklist for AKDOT Assessment (Collector) workflow (2017) for Ocie Adams

  1. Data should have M-values disabled
  2. Data should have Z-values disabled
  3. Feature service in attribute update mode only and Editor Tracking turned on: feat_service_config NOTE: 8/7/2017 had to put service in full editing mode due to potential bug.
  4. Map and Feature Service shared to the group “AKDOT Assessment”
  5. Attachments enabled on QA_Begin layer
  6. Editing enabled on QA_Begin
@sirws
sirws / KoopIIS.md
Last active August 29, 2015 14:20
Installing Koop with IIS and iisnode

#Installing Koop on an IIS Server with iisnode

  1. Install latest version of node.js for windows (https://nodejs.org/)
  2. Install the URL Rewrite module for IIS (http://www.iis.net/downloads/microsoft/url-rewrite)
  3. Install iisnode from GitHub (https://github.com/tjanczuk/iisnode)
  run C:\Program Files\iisnode\setupsamples.bat from command prompt (run as Administrator/elevated privileges)
  test that it works (http://localhost/node/helloworld/hello.js)
  1. Install PostgreSQL 9.4.1 (http://www.enterprisedb.com/products-services-training/pgdownload#windows)
1. Install latest version of node.js for windows (https://nodejs.org/)
2. Install the URL Rewrite module for IIS (http://www.iis.net/downloads/microsoft/url-rewrite)
3. Install iisnode from GitHub (https://github.com/tjanczuk/iisnode)
run setupsamples.bat from command prompt as admin user
test it works (http://localhost/node/helloworld/hello.js)
4. Install PostgreSQL 9.4.1 (http://www.enterprisedb.com/products-services-training/pgdownload#windows)
5. Install cURL for Windows (http://www.confusedbycode.com/curl/)
6. Install koop-sample-app (https://github.com/koopjs/koop-sample-app)
7. Add virtual directory to iis for koop and point to koop-sample-app location (in my case d:\koop-sample-app