Peregrine CMS (PER:CMS) is a Head Optional, API First Content Management System based on Apache Sling. It uses VueJS for the administration interface and can use any type of rendering (server side, react, vuejs, etc) for client facing websites.
Watch more videos on how to use Peregrine CMS
To get started with Peregrine CMS you can use our command line tool:
npm install percli -g
percli server install
After the installation is complete a browser window opens (you may have to refresh the window). You can log in to
Peregrine CMS with admin/admin
as credentials.
To set up your own site in Peregrine CMS have a look at our quickstart guide.
Please visit peregrine-cms.com for more information
Peregrine CMS can now be installed on AEM.
To do that do the following:
mvn clean install -P installAEM
As of now there is not replication support from within Peregrine on AEM.
Note: If you run AEM on another port than 4502 use the sling.port property
to override it like mvn clean install -P installAEM -Dsling.port=4503
Apache-2.0