install.sh
), and the docker-compose.yml
file, which define how the Anaconda Server services are run.
.zip
files you downloaded during environment preparation will be the source of your packages for Anaconda Server. Move these files to the correct folders by running the following commands:
cve.zip
file as a source of data. Open your installer file directory, where the docker-compose.yml
file is located.
ls -la
to show a list of files contained in your installer file directory. You should see the docker-compose.yml
and .env
files here..env
file using your preferred file editor and add the following:
https://<FQDN>
.
Use the following credentials when logging in:
Username: anaconda
Password: Use the password generated during installation of Anaconda Server.
On your very first login, you will be redirected to Keycloak to authenticate your access.
_
.
For example, if the email address [email protected]
is used as a username, the channel annie_anaconda
will be created.conda_main_airgap.zip
file.
installers.zip
file from the s3 bucket:
installers.zip
file to the airgap folder of Anaconda Server repository. The default path to this folder is /opt/anaconda/repo/airgap
:
docker-compose.yml
file in the Anaconda Server installation directory.
Verify that the docker has access to the airgap
folder contained in the volumes
section.
For example:
environments
section of the .yml
file: