Oobeya Installation Tutorial & Requirements (Docker)
Install Oobeya On-Premise Edition Using Docker Compose
PREREQUISITES
If you want to run Oobeya on a server (VM, AWS, Azure, GCP, etc.) without any performance issues, you should set the minimum resources as below:
Hardware Requirements:
16GB RAM (Server requires at least 16GB of RAM to run efficiently for enterprises.)
4 CPU
100GB Disk Space
Required Applications:
Docker
docker-compose
Access Requirements:
Access to Docker Hub.
Access to Azure Container Registry (ACR): https://oobeya.azurecr.io
Docker login credentials for ACR access (provided by the Oobeya Team).
On-Premise Installation Video
Installing Oobeya Using Docker Compose
Follow the steps below for the quick and easy installation of Oobeya to work with your data.
1- Create a new working directory.
mkdir oobeya
cd oobeya
2- Download the Oobeya installation package.
wget https://oobeya-app.s3.amazonaws.com/oobeya-configs.zip
3- Unzip the installation package.
unzip oobeya-configs.zip
4- Edit env.list
file and enter your domain name or IP address (browse URL) for the following parameters:
CORS_ALLOWED_ORIGIN=https://oobeya.mycompany.com,http://<server-IP>
OOBEYA_GATEWAY_BASE_URL=https://oobeya.mycompany.com,http://<server-IP>
5- You need to log in to pull Oobeya images. Docker login credentials will be provided by the Oobeya Team. Request your credentials.
docker login -u {{user_name}} -p {{password}} oobeya.azurecr.io
6- Run the application using docker-compose
.
docker-compose up -d
7- Navigate to the Oobeya browse URL to launch the Oobeya registration page. Then, set a new password for the root user of the Oobeya.
8- Login with the root user and explore Oobeya!
Now you are ready to connect your data sources with Oobeya to get complete visibility of your software's health.
Last updated
Was this helpful?