Links

▶️ Installation Tutorial Video & Requirements

🚦
PREREQUISITES

If you want to run Oobeya on a server without any performance issues, you should set 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 Oobeya Team).

OOBEYA INSTALLATION TUTORIAL VIDEO

Play and see how to install Oobeya in 4 minutes.

🐳
INSTALLING OOBEYA BY USING DOCKER

Follow the steps below for the quick and easy installation of Oobeya to work with your own data.
1- Create a new working directory.
mkdir oobeya
cd oobeya
2- Download the Oobeya installation package.
wget https://qadashboard.s3.eu-west-1.amazonaws.com/v2/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):
env.list
CORS_ALLOWED_ORIGIN=https://oobeya.mycompany.com,http://SERVER_IP
5- You need to login 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 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 own data sources with Oobeya to get complete visibility of your software's health.