 
                                         
                                         
                                            Developers first
Tightly integrated with GitHub.
                                                        $ git branch 
                                                        feature-X 
                                                        * production 
                                                        staging-1 
                                                        $ git merge staging-1 
                                                        $ git push 
                                                        To git@github.com:odoo/odoo.git 
                                                         * b70ca1f..7a0aa41  production -> production 
                                                        # Production server being updated...
                                                    
                                                
                                                        $ git branch 
                                                        feature-X 
                                                        * production 
                                                        $ git checkout -b staging-1 
                                                        # make local changes 
                                                        $ git commit -a 
                                                        $ git push -u origin staging-1 
                                                        To git@github.com:odoo/odoo.git
                                                         * [new branch]      staging-1 -> staging-1 
                                                        # move branch into staging 
                                                        # staging server being created... 
                                                    
                                                
                                                        $ git branch 
                                                        feature-X 
                                                        * production 
                                                        staging-1 
                                                        $ git checkout -b feature-Y 
                                                        # make local changes 
                                                        $ git commit -a 
                                                        $ git push -u origin feature-Y 
                                                        To git@github.com:odoo/odoo.git 
                                                         * [new branch]      feature-Y -> feature-Y 
                                                        # Development server being created...
                                                    
                                                
                                                        $ git branch 
                                                        feature-X 
                                                        * production 
                                                        staging-1 
                                                        $ git submodule add git@github.com:OCA/project.git 
                                                        $ git commit 
                                                        $ git push 
                                                        # Server Apps list being updated ...
                                                    
                                                Discover the Official Odoo Hosting
your all-in-one platform.
PaaS + IaaS: The full stack platform
Out of the box.
Database replication
Live replication of all data, 
ensures no data is lost.
Staging servers
To test new features 
with your own data.
Backup servers
Daily incremental backups 
on 3 different servers.
Automated testing
Every commit is deployed 
and tested instantly.
SSH access
Shell access to dev, staging 
and production containers.
DNS & routes
Configure custom routes 
and let us handle DNS.
Email gateways
Unlimited email gateways, 
auto configured.
24/7 monitoring
Odoo monitors and maintains 
all your servers for you.
Top notch hosting
Perfectly optimized installation, 
great hardware.
Your own runbot
Test each feature-branch 
in a click.
Enterprise grade release cycle.
Your workflow. Effortless.
 
                                        
                                        