Install on Windows
-
Ensure that your development machine meets the system requirements. Development and deployment machines must also have
Microsoft Visual C++ 2015-2022 Redistributable version 14.33.31629 or higher
installed or deployed. -
Download the
<Product
Windows setup from the downloads page and save the file to a location on your development machine.Name local Server / > -
Double-click the executable (.exe) file in the location where you downloaded Local Server SDK download to extract the installation files.
-
Click Next to accept the default destination folder where the installation files will be extracted or click Browse to select a different destination folder then click Next.
-
When the file extraction completes ensure the Launch the setup program check box is checked then click Close to continue the installation process.
-
Click Next on the Welcome to the ArcGIS Maps SDK for Local Server Setup program window.
-
Review the license agreement and choose an option:
- If you agree to the terms, select the option to accept the agreement and click Next.
- If you do not agree to the terms, click Cancel to exit the installation.
-
Click Next to accept the default location of
<System Drive
or click Change to specify a different destination folder then click Next.>\ Program Files\ ArcGI S SD Ks\ Local Server <version >\ -
Click Install.
-
Click Finish. The Local Server SDK installation is complete.
Install on Linux
-
Ensure that your development machine meets the system requirements.
-
Download the
<Product
Linux setup from the downloads page and save the file to a location on your development machine.Name local Server / > -
Using an archive manager, extract the
arcgis
(where x is the current release number) gzip file to access the tar installer file. Alternatively use the terminal and extract the_maps _sdk _local _server _200 _x _x.tar.gz .tar.gz
file with the following example commandtar -xvzf arcgis
._maps _sdk _local _server _200 _1 _0.tar.gz -
Navigate to
arcgis
and run_maps _sdk _local _server _200 _1 _0 ./
.Setup -
Click Next on the Introduction dialog of the
<Product
program to continue the installation.Name local Server / > 200.x Setup -
Review the license agreement and choose an option:
- If you agree to the terms, select the option to accept the agreement and click Next.
- If you do not agree to the terms, click Cancel to exit the installation.
-
When prompted to Choose Install Folder dialog, click Next accept the default installation location or click the Choose button to select a different destination folder. Make sure this directory is on your development machine and that you have write permissions to this directory. Ensure no other users are using the directory.
-
Review the Pre-Installation Summary then click Install. The installer will now unpack and install Local Server and create Menu shortcuts.
-
Click Done on the Install Complete dialog to finish the Local Server installation.
Install database client software for enterprise geodatabase connections
If the geoprocessing or map packages (.gpkx
or .mpkx
files) used by your application reference enterprise geodatabase connections, then you may need to install client software for the RDBMS (Relational Database Management System) on your development and deployment machines. For more information on supported database types, database versions, and client software required, refer to the ArcGIS Pro documentation topic Supported databases.
If you are using an Enterprise Geodatabase connection which uses ODBC you must modify init
to uncomment the following line:
#
# Enable this section to point to the native ODBC driver. Note the path
# may be different on your system.
#
#export LIB_ODBC_DRIVER_MANAGER=/usr/lib64/libodbc.so.2
The exact path may differ depending on your installation. You may need to install the library unix
(or a later version).
Include a Local Server deployment with your application
If your application uses Local Server functionality, you must also create a Local Server deployment to include with your deployed application. Refer to Deploy Local Server for more information about deploying Local Server with your Windows and Linux applications.