Select to view content in your preferred language

How to create a map in a stand alone Linux workstation

1089
4
03-19-2014 02:49 PM
henryhoang
Emerging Contributor
Dear experts,

I am new to ArcGIS API development. I am interested in creating a map in a "stand alone" Linux workstation. I changed line 27 of the ArcGIS API for JavaScript Sandbox of the ArcGIS API for JavaScript -> Map -> Create a map sample, basemap to "satellite" and saw it displayed the satellite map. Can you show me how to make it works in the "stand alone" Linux box.


Thanks,
Henry
0 Kudos
4 Replies
JeffPace
MVP Alum
Could you please clarify what you mean by "standalone"

If you mean not connected to the internet, you would need

1. Arcgis server with license and local content
2. Webserver running sample
3. local copy of API

i
0 Kudos
henryhoang
Emerging Contributor
Jeff,

Thanks for the answer!

You're correct!

By "standalone",  I meant not connected to the internet.

Henry
0 Kudos
JeffPace
MVP Alum
If you are in a completely disconnected environment, you need (On that box or a box accessible to your pc)

1. Local copy of the javascript api running on a webserver (tomcat or iis)
2. Running, licensed copy of ArcGIS Server
3. Basemap and operational data published as REST endpoints
4. Application/map (on tomcat/iis/etc..) running local as well
0 Kudos
henryhoang
Emerging Contributor
Thanks Jeff!

Henry
0 Kudos