To successfully install Anaconda Server, you must have already prepared your environment according to the Standard environment preparation topic.
Installing Anaconda Server
-
Download your installer by running the command:
- Run the installation command.
Installing with root access
HTTP Installation If you have root access, run this command to install Anaconda Server:- anaconda: for administration in Anaconda Server UI
- admin: for administration in Keycloak
install.sh), and the docker-compose.yml file, which define how the Anaconda Server services are run.
By default, /opt/anaconda/repo is the default file path for the installation folder. You can either create the folder manually by assigning write access to the current user, or use the -b (--base-install-dir) parameter to specify the folder for your installation.
Installing without root access
If you do not have root access, you must add yourself to the docker group by running the following command before you install:Installing with external Postgres and Redis
Before you begin installation, make sure you are using Postgres version 9.6 or later and Redis version 6.0 or later, then perform the following steps:-
Download the installer.
-
Modify the downloaded file to make it executable, then run the installation command:
Verifying your installation
Services are one-to-one to containers. Therefore, verifying that all major containers are up and not restarting or failing is a good first step. In a terminal, run:
<INSTALLER>_repo_api_1<INSTALLER>_nginx_proxy_1<INSTALLER>_repo_worker_1<INSTALLER>_repo_dispatcher_1<INSTALLER>_proxy_1<INSTALLER>_keycloak_1<INSTALLER>_postgres_1<INSTALLER>_redis_1