Install Replicated Admin Console (traditional internet)
The Admin Console (Replicated) is the interface where you can configure, update, and manage Jama Connect. To install the latest supported version of Replicated and Docker, you use the Replicated installation script.
Important considerations
During installation, the application server must have access to the internet, including the Replicated listed domains.
The Admin Console isn't compatible with Internet Explorer.
If you receive a warning that Docker is using the devicemapper storage driver, cancel the installation and configure Docker to use the overlay2 storage driver.
The Jama Connect Release Notes include the unique cURL command for your version of Jama Connect.
The Community supported software article specifies which versions were used during regression testing of the version of Jama Connect you want to install.
To install the Admin Console:
Connect to the command shell of the application server using SSH.
As root user or a user with sudo bash privileges, download and install the Admin Console using one of these methods to download and install the Admin Console:
cURL command from the Release Notes
cUrl command for a specific version, where you replace <REPLICATED_VERSION> with the version number recommended in the Release Notes
curl -sSL "https://get.jamasoftware.com/docker?replicated_tag=<REPLICATED_VERSION>"| sudo bash -s no-auto
Note
Include the no-auto option so that the installation doesn't time out for the prompts. Otherwise, the prompts are displayed for only 20 seconds. If you miss the step to choose an IP address, the URL that’s displayed isn’t valid and you must rerun the cURL command and select an IP address.
If the cURL command displays an error message, the Admin Console must be installed manually.
Respond to each installation prompt, after which you can leave the installation unattended as it continues.
Please choose one of the following network interfaces: [0] eth0 10.0.2.15 [1] eth1 172.28.128.3 [2] docker0 172.17.0.1 Enter desired number (0-2):
Enter the number (0–2) of the network used to access Jama Connect (your DNS entry also routes to this network).
Does this machine require a proxy to access the Internet? (y/N)
If using a proxy, enter Y and input the proxy information. When prompted, enter Y for the installer to configure the proxy.
When prompted for a service IP address, leave it blank and press Enter.
When the installation is complete, you see this message with the URL you need to access the Admin Console:
==> default: To continue the installation, visit the following URL in your browser: https://<your_ip_address>:8800
Copy the URL to use when you configure Replicated settings.
In the /data directory:
Create a custom folder for Replicated snapshots.
Change the folder’s ownership to the Replicated user:
mkdir -p /data/replicated/{snapshots,statsd,support-bundle} chown -R replicated /data/replicated
After ownership is changed, the permissions look something like this:
# ll /data/replicated/ total 20 drwxr-xr-x 5 replicated root 4096 Oct 21 21:27 ./ drwxrwxrwx 10 root root 4096 Nov 7 18:48 ../ drwxr-xr-x 5 replicated root 4096 Oct 21 21:29 snapshots/ drwxr-xr-x 6 replicated docker 4096 Oct 21 22:11 statsd/ drwxr-xr-x 2 replicated root 4096 Oct 21 21:27 support-bundle/
Later you can configure the Admin Console to store snapshots in the Replicated snapshots folder.