Skip To Content

Tutorial: Set up a base ArcGIS Enterprise deployment

This tutorial provides an overview of setting up a single machine base ArcGIS Enterprise deployment. This configuration is commonly used for testing and prototyping purposes. It enables self-service mapping and can be used with ArcGIS Pro, ArcMap, and other client applications. Although this configuration can be used in a production system, your performance, system architecture, and other requirements will dictate the deployment pattern your production deployment follows.

The resulting deployment will include the following:

Note:

The process of installing and configuring an ArcGIS Enterprise base deployment can be done manually or automatically with the use of the ArcGIS Enterprise Builder. This topic describes the process for manually installing and configuring the components. To install and configure components automatically using an easy to use wizard, see an overview of the ArcGIS Enterprise Builder.

Prerequisites

To create a base ArcGIS Enterprise deployment, you'll need the following:

  • Setups for ArcGIS Server, Portal for ArcGIS, ArcGIS Data Store, and ArcGIS Web Adaptor.
  • License files for authorizing your software. This will include an authorization file for ArcGIS Server and a .JSON file for authorizing portal members and app bundles.
  • Ensure that port 80 is enabled for HTTP communication.
  • A trusted certificate for enabling HTTPS.
  • Sufficient disk space and memory. To install the components listed above on a single machine, it is recommended that the machine have a minimum of 16GB of RAM and at least 20GB of disk space available. You can see the full system requirements for each component in its installation guide.
  • A .zip file containing a shapefile with fewer than 1000 features.

Once you have these prerequisites in place, follow the steps below to set up your deployment:

  1. Install Portal for ArcGIS. See the Portal for ArcGIS installation guide for more information.
  2. Choose to create a new portal.
  3. Select a license file to authorize your portal's user types and app bundles. This file is obtained from My Esri and its format is .JSON.
  4. Create the initial administrator account.
  5. Specify the content directory for the portal.
  6. You'll be prompted to install ArcGIS Web Adaptor. Before you do this, you must enable HTTPS on your web server.
  7. Install the Web Adaptor. Since this prototype setup will include two Web Adaptors, name this one portal. Configure the Web Adaptor with your portal using the initial administrator account. See About the ArcGIS Web Adaptor for more information on installation and configuration.
  8. Install and authorize ArcGIS Server. Ensure that you license the server as ArcGIS GIS Server. The ArcGIS Server installation guide contains detailed information about the software installation process.
  9. Create your site and remember your primary site administrator account username and password. See Creating a new site in the ArcGIS Server documentation for more information about this process.
  10. Install a second Web Adaptor named server and configure the Web Adaptor with your ArcGIS Server. Use HTTPS for the URL you provide when registering the Web Adaptor. You do not need to enable administrative access.
  11. Install ArcGIS Data Store and create a relational data store and tile cache data store to be used with your ArcGIS Server site. See the ArcGIS Data Store help for more information.
  12. Log in to the portal using your initial administrator account.
  13. Browse to the Organization > Settings > Servers page.
  14. Click Add Server and provide a Service URL. This URL is where your GIS services will be accessed. This is through the Web Adaptor named server. For the Administration URL, add the URL that the portal will use to communicate with the server. This should have 6443 in the URL. Then, provide the username and password for the primary site administrator or any ArcGIS Server administrator.
  15. Set your newly added server as the portal's hosting server and click Save.
  16. To test whether your deployment is working properly, add your zipped shapefile to the portal. Navigate to Map Viewer by clicking Map. Click Add > Add Layer from File and browse to the location of the .zip file. Click Import Layer, and the shapefile contents should appear on the map.

The diagram below illustrates the base ArcGIS Enterprise deployment you've created.

Base ArcGIS Enterprise deployment diagram

You can access different parts of your deployment using the URLs below.

LocationURL formatExample URL

Your portal

https://portal_webadaptorhost.domain.com/portal_webadaptorname/homehttps://ansible.hynes.com/portal/home

The ArcGIS Portal Directory

https://portal_webadaptorhost.domain.com/portal_webadaptorname/portaladminhttps://ansible.hynes.com/portal/portaladmin

ArcGIS Server Manager

https://gisserverhost.domain.com:6443/arcgis/managerhttps://picard.hynes.com:6443/arcgis/manager

You can further configure the portal, including security, membership, groups, and utility services by following the instructions in the Portal Administrator Guide.


In this topic