Skip to content

andybraren/acorn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acorn

Acorn is a content management system (CMS) for creating easy-to-use and highly-capable websites. You can read a bit more about it here.

It's currently in a pre-alpha state and should not be used for stability & security reasons. It's built on top of the file-based Kirby CMS which requires its own license if used in production. Kirby's documentation is an excellent resource that should make Acorn's structure easier to understand.

Enter an email address here to be notified of Acorn's eventual alpha release.

Requirements

  • Apache2 with URL rewriting (mod_rewrite) or nginx
  • PHP 7.0+
  • PHP mbstring extension for UTF-8 formatting
  • PHP GD library for image processing
  • PHP cURL for remote image downloading
  • Group-writable (775) acorn, cache, and content folders and subfolders. Files within those directories should be group-writable as well (664).

Installation

Copy all files to your server's web directory and ensure that the cache and content folders and subfolders are group-writable. Visit the site and the homepage should appear.

Contact Andy for two additional plugins that add a (gallery:) tag and smarter image processing.

About

A CMS for blogs built to grow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • PHP 30.5%
  • CSS 7.8%