A CMS framework for Node.js that supports in-context editing, schema-driven content types, flexible widgets, and much more. Hint: start with the docs and use apostrophe-cli.
apostrophecms.com
apostrophecms.com
ApostropheCMS is a content management system (CMS) for Node.js. It supports in-context editing, schema-driven content types, flexible widgets and a great deal more. This module contains everything necessary to build a website with ApostropheCMS.
Please see the ApostropheCMS documentation for detailed information about building sites with ApostropheCMS. If you're interested in contributing, check out our contribution guide to get started.
Getting Started
The ApostropheCMS documentation will walk you through some simple steps to get your local environment set up with the technology stack that runs ApostropheCMS (Node.js, MongoDB, ImageMagick) along with installing ApostropheCMS itself.
Then create a new project on your computer and work on building your beautiful website.
The ApostropheCMS documentation will walk you through editing page templates, global content, creating custom widgets and navigation, along with configuring reusable "pieces" and global settings. Plus, a whole lot more!
Taking it Further
Our documentation also covers advanced topics such as managing permissions, working with ApostropheCMS data, building forms, and hosting an ApostropheCMS site in production.
Moreover, there's tons of great info in the "How To" section of the docs, and it's always growing!
Extending the Core with Modules
ApostropheCMS is Node.js all the way through, which means it can be extended in all sorts of interesting ways. Here's a list of some of our favorite modules:
- apostrophe-headless - Add REST APIs and power your React / Vue / Native / etc. apps with a headless CMS.
- apostrophe-blog - Everything you need to put a blog on your site.
- apostrophe-events - Manage upcoming events.
- apostrophe-workflow - Add powerful localization capabilities to your project.
- apostrophe-passport - Authenticate via Twitter, Facebook, Github and more.
- apostrophe-saml - Authenticate via Shibboleth, as well as corporate SAML environments like Salesforce.
- apostrophe-places - Manage geotagged content and display it on a map.
- apostrophe-redirects - An easy redirects module.
Additional Resources
We've got some great open-source tools and how-to articles that can help you out deploying, managing and maintaining ApostropheCMS sites.
Community
Report bugs and submit pull requests via github.
Stay up to date with announcements on our forum.
Chat with the community and ask for assistance on our Discord server.
----------------------------------------------------------------------------
nstall locally with two commands
npm install -g apostrophe-cli######################################## 100%apostrophe create-project my-websiteApostrophe create-project Grabbing the boilerplate from GitHub [1/2]Apostrophe create-project Setting up your project shortname [2/2]▋frm https://apostrophecms.com/
No comments:
Post a Comment