Installation¶
AgriOS can be deployed in several ways, from managed hosting for quick setup to self-hosted options for full control.
Deployment Options¶
- Cloudpepper (Recommended for Production)
Managed Odoo hosting with automatic updates, backups, and support. Best for organizations that want to focus on using AgriOS rather than managing infrastructure.
- Self-Hosted
Install on your own servers for complete control. Requires Linux administration skills.
- Local Development
Quick Docker-based setup for testing and development.
Choosing a Deployment Option¶
Option |
Best For |
Pros |
Cons |
|---|---|---|---|
Cloudpepper |
Production deployments |
Managed, secure, supported |
Monthly hosting cost |
Self-Hosted |
Full control needs |
No hosting fees, customizable |
Requires admin skills |
Local/Docker |
Development, testing |
Quick setup, isolated |
Not for production |
Quick Start¶
For evaluation or development, the fastest path is Docker:
git clone https://github.com/advanceinsight/AgriOS.git
cd AgriOS
cp .env.example .env
docker compose up -d
Then open http://localhost:8069 in your browser.
For production deployments, see Cloudpepper Hosting or Self-Hosted Installation.