Skip to content

fansoro/fansoro

Repository files navigation

Fansoro

Join the chat at https://gitter.im/fansoro/fansoro

Fansoro is Modern Open Source Flat-File Content Management System.
Content in Fansoro 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 Fansoro:

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

Using Composer

You can easily install Fansoro with Composer.

composer create-project fansoro/fansoro

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 Fansoro.

Links

License

See LICENSE