Is it possible to create a new hosted instance for potential customers through an automation script like using api. If yes, can you please share details.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
I'm not entirely sure what you want to achieve, but if you want to create new instances (e.g., EC2 instance) on the fly you should look into Infrastructure as Code (IaC) tools. I have good experience with Terraform/Packer. These tools allows you to configure new instances (e.g., EC2 or VM) and build them automatically on demand.
Alternatively you can use Docker to create new containers automatically. You should probably use this in combination with some orchestration tools (e.g., Kubernetes, Docker Swarm) if you plan to create many new docker instances.
I hope this helps!
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
8月 25
|
2325 | ||
|
3
6月 25
|
2433 | ||
|
1
5月 25
|
2548 | ||
|
1
4月 25
|
3517 | ||
|
1
4月 25
|
4344 |