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.
- PHP 5.3 or higher (5.4+ recommended)
- Phalcon 1.2.x or higher
- [Temporary] Apache Web Server (Other rewrite format will be investigated later)
- [Coming soon] APC or Memcache (for caching)
- Install Phalcon if you don't already have it.
- Upload
/write/
and.htaccess
to your web root. - Make sure
/write/data/
and/write/cache/
can be written into by your web server. - Upload .md files into
/write/data/
to start publishing content.
Coming Soon...