Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 897 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 897 Bytes

Write

Write is a simple markdown based blogging engine built on Phalcon. Installation is simple, and no database is required. Simply upload the application to your web root, drop .md files into /write/data/ and watch them magically appear on your website.

Requirements

  1. PHP 5.3 or higher (5.4+ recommended)
  2. Phalcon 1.2.x or higher
  3. [Temporary] Apache Web Server (Other rewrite format will be investigated later)

Optional Components

  1. [Coming soon] APC or Memcache (for caching)

Installation

  1. Install Phalcon if you don't already have it.
  2. Upload /write/ and .htaccess to your web root.
  3. Make sure /write/data/ and /write/cache/ can be written into by your web server.
  4. Upload .md files into /write/data/ to start publishing content.

Configuration

Coming Soon...