Installing with root access
Run the following in bash:Default admin and
default-user credentials will be printed to the screen during installation, as seen below. The Admin credentials are for Keycloak administration, while the default-user credentials are for admin-level Team Edition administration. The passwords are set to a random string and printed during the install, as show here. You’ll need these user names and passwords later.ate-x.x.x-installer/ folder is the install.sh script and docker-compose.yml file, which defines how the Anaconda Teams services are run. These are the entry points into a more advanced configuration of Anaconda Teams Edition x.x.x.
Installing without root access
It is also possible to run the installer without root permission. However, this requires additional manual steps:-
Add yourself to the docker group by running the following command:
-
Enable port forwarding as root or with
sudo:
/opt/anaconda/repo is used as the default path for the installation folder. You can either create the folder manually by assigning write access to the current user, or use -b (--base-dir parameter of the installer to specify the folder for installation).
Within the ate-x.x.x-installer/ folder is the install.sh script and docker-compose.yml file, which defines how the Anaconda Teams services are run. These are the entry points into a more advanced configuration of Anaconda Teams Edition x.x.x.