Menaka R ERPNEXT Installation Using Docker in Ubuntu STEP 1 : Create a Directory mkdir Erpnext_Docker STEP 2 : Change the current directory cd Erpnext_Docker STEP 3 : Create a docker-compose.yml file nano docker-compose.yml STEP 4 : Copy and paste the... 26-Feb-2026 0 16
Menaka R Tally Data to Google Sheet Auto Sync Introduction Many businesses use Tally for accounting and Google Sheets for reporting. But most teams still depend on manual export and upload process , which creates delays and errors. Let’s understa... Integration Tool Tally 21-Feb-2026 0 78
Menaka R NGINX Installation and Configuration for Odoo on Ubuntu STEP : 1 Install NGINX sudo apt install nginx -y STEP : 2 Open Nginx -> Sites-enabled Folder sudo cd /etc/nginx/sites-enabled STEP : 3 Create symbolic link sudo ln -s /etc/nginx/sites-available/o... 20-Feb-2026 0 51
Menaka R Odoo 19 Installation using Docker in Ubuntu STEP : 1 Download Docker Open Terminal - open the downloads folder cd /Downloads Touch install_docker.sh ls ls -al install_docker.sh chmod +x install _docker.sh ls -al i... Odoo 18-Feb-2026 0 45
Vijayakumar P Install Odoo Using Docker in Windows Step:1 Check Docker Version docker --version docker compose version Step:2 Installs a default Linux Distributions and enables required Windows features wsl --install Wsl --status Wsl --update Ste... Odoo 20-Jan-2026 0 143
Vijayakumar P Odoo 19 Install in Ubuntu 24.04 LTS Check the Ubuntu version lsb_release -a STEP 1: Update packages sudo apt-get update STEP 2: Upgrade Packages sudo apt-get upgrade STEP 3: To enable remote management , install OpenSSH Server package s... Odoo 11-Dec-2025 0 569