Video coming soon…
🏢 Setup Tryton — Modular Open-Source ERP Framework
Deploy Tryton on Ubuntu — a modular, three-tier open-source ERP with a PostgreSQL database, covering accounting, inventory, sales, purchasing, and manufacturing.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/erp/tryton/tryton-ubuntu.sh
chmod +x tryton-ubuntu.sh
sudo bash tryton-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/erp/tryton/tryton-ubuntu.sh
2 Make it Executable
chmod +x tryton-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, starts a PostgreSQL 16 database, initializes the Tryton database, then launches the Tryton web client on port 8153. The admin password is generated and printed at the end.
sudo bash tryton-ubuntu.sh
4 Open the Web Client
Open your browser and navigate to the Tryton web client (Sao), then log in as admin with the generated password:
http://<your-server-ip>:8153
Ports Used
| Port | Purpose |
|---|---|
| 8153 | Sao web client + JSON-RPC (host → container 8000) |
| internal | PostgreSQL 16 database (tryton-db, not published) |