https://github.com/cksource/ckeditor-cs-on-premises-infrastructure
Example infrastructure for CKEditor Cloud Services On-Premises installation
https://github.com/cksource/ckeditor-cs-on-premises-infrastructure
Last synced: 4 months ago
JSON representation
Example infrastructure for CKEditor Cloud Services On-Premises installation
- Host: GitHub
- URL: https://github.com/cksource/ckeditor-cs-on-premises-infrastructure
- Owner: cksource
- Created: 2020-12-17T07:09:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T07:16:17.000Z (about 1 year ago)
- Last Synced: 2025-04-29T08:26:40.964Z (about 1 year ago)
- Language: HCL
- Size: 4.62 MB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Collaboration Server On-Premises
This repository contains a set of easy-to-use scripts that help to provision the recommended infrastructure for CKEditor Collaboration Server On-Premises. You can use these scripts as a reference or to set up a production-ready service.
Regardless of the infrastructure provider, we recommend using a layered architecture for the separation of data from the application layer. Another key point is to run multiple instances and a load balancer to spread the traffic across them. By implementing the infrastructure in this way, the service will be easily scalable and more resilient.
- [Read more about the Collaboration Server](https://ckeditor.com/docs/cs/latest/onpremises/cs-onpremises/overview.html)
- [Read more about the recommended architecture for the infrastructure](https://ckeditor.com/docs/cs/latest/onpremises/cs-onpremises/architecture.html)
## Providers
- [AWS ECS](/aws/ecs)
- [Kubernetes Helm charts](/kubernetes/helm)
## Collaboration Server On-Premises Quick-start
The Collaboration Server On-Premises Quick-Start guide lets you quickly set up the infrastructure needed to use CKEditor 5 WYSIWYG editor with Real-Time Collaboration and Collaboration Server On-Premises. After running a single setup command, you can run a working CKEditor 5 instance and start testing our solution with the Collaboration Server running locally on your machine. Check out the [On-Premises Quick-start](/quick-start) guide.