Line 10: |
Line 10: |
| = Installation = | | = Installation = |
| == For SME Server 10 == | | == For SME Server 10 == |
− | You need to enable the '''[[epel]]''' repository first. Then: | + | You need to enable the '''[[epel]]''' and the '''[[odoo-nightly]]''' repositories first. Then: |
| | | |
| ===PostgreSQL=== | | ===PostgreSQL=== |
Line 20: |
Line 20: |
| | | |
| ===Odoo 10=== | | ===Odoo 10=== |
− | yum install https://nightly.odoo.com/10.0/nightly/rpm/odoo_10.0.latest.noarch.rpm --enablerepo=epel | + | yum install odoo --enablerepo=odoo-nightly,epel |
| systemctl enable odoo | | systemctl enable odoo |
| systemctl start odoo | | systemctl start odoo |