Plan
Steps on how to plan and prepare your CMS (SaaS) instance.
Before you create content, administrators need to decide how they plan to use CMS (SaaS).
- Create a CMS (SaaS) architecture design – Plan the configuration of your CMS (SaaS) instance to meet your organization's content management needs. Determine the following:
- the types of content you manage, such as articles, blog posts, products, and so on
- your target audiences
- your delivery platforms
- how your architecture scales and plan for data security measurements
- Review your instances – Decide how to divide up your production and non-production environments. CMS (SaaS) includes three instances out of the box. Use these instances to separate your production and non-production data. You can choose how to use your instances. See Configure environments.
- Content model – Consider how you want to construct your content in CMS (SaaS). Because content can be used with any front end, it is important to architect your content in a platform-agnostic way. Identify the content types needed, including their fields and properties. The content type is the foundation for creating one or many experiences, pages, or block instances. The content type and properties must be mapped to the corresponding rendering to display content to visitors.
- Select a front-end stack – Choose the technologies and tools for the user interface and client-side functionality. Optimizely has partnered with Vercel and Netlify, which offer services for hosting the front end of your application.
- Configure a repository – Select a version control system to track changes to your code.
Updated 5 days ago