Skip to content

zorca/morfy

 
 

Repository files navigation

Morfy

Join the chat at https://gitter.im/morfy-cms/morfy

Morfy is Modern Open Source Flat-File Content Management System.
Content in Morfy is just a simple files written with markdown syntax in pages folder.
You simply create markdown files in the pages folder and that becomes a page.

Requirements

PHP 5.5 or higher with PHP's Multibyte String module
Apache with Mod Rewrite

Installation

Using (S)FTP

Download the latest version.

Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After you’ve done this, be sure to chmod the following directories (with containing files) to 777, so they are readable and writable by Morfy:

  • cache/
  • config/
  • storage/
  • themes/
  • plugins/

Using Composer

You can easily install Morfy with Composer.

composer create-project morfy-cms/morfy

Contributing

  1. Help on the Forum.
  2. Develop a new plugin.
  3. Create a new theme.
  4. Find and report issues.
  5. Link back to Morfy.

Links

License

See LICENSE

About

Modern Open Source Flat-File CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.5%
  • Smarty 6.8%
  • ApacheConf 4.8%
  • CSS 1.9%