System to sale and manage odoo databases.
To start SaaS system you need:
-
ubuntu/debian OS
-
records in /etc/hosts, if you install it locally, or dns records otherwise:
sudo bash -c "python saas.py --print-local-hosts >> /etc/hosts"
Execute saas.py script and wait some time
python saas.py --portal-create --server-create --plan-create --run --odoo-script=/path/to/openerp-server --odoo-config=/path/to/openerp-server.config
The SaaS system is ready! Try, for example, open start page:
- Features: docs/features.rst
- API integration: docs/api.rst
- Development: docs/development.rst