From ee2c0ec86b3aad57cb1274b4088eb9fd8fe69212 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 8 Nov 2012 00:00:32 +0200 Subject: [PATCH] README: general updates --- README.md | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8e8703..9f4c2a9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,39 @@ -Monstra CMS -============= +# Monstra CMS Monstra - Fast and small content management system written in PHP! -Site: http://monstra.org -Forum: http://forum.monstra.org + +## System Requirements +- UNIX/Linux host +- PHP 5.2.0 or higher +- SimpleXML Module +- Apache Mod Rewrite +- Multibyte String + + +## Steps to Install +1. [Download the latest version.](http://monstra.org/download) +2. Unzip the contents to a new folder on your local computer. +3. Upload that whole folder with an FTP client to your host. +4. You may also need to recursively CHMOD the folder /storage/, /tmp/, /backups/ and /public/ to 755(or 777) if your host doesn't set it implicitly. +5. Also you may also need to recursively CHMOD the /install.php, /.htaccess and /sitemap.xml to 755(or 777) if your host doesn't set it implicitly. +6. Type http://example.org/install.php in the browser. + + +## Contributing +1. Help on the [Forum.](http://forum.monstra.org) +2. Donate to keep Monstra free. We will add you to Monstra [Sponsors Page.](http://monstra.org/about/sponsors) +3. Develop a new plugin. +4. Create a new theme. +5. Find and [report issues.](https://github.com/Awilum/monstra-cms/issues) +6. Link back to [Monstra](http://monstra.org). + + +## Links +[Site](http://punbb.informer.com/wiki/) +[Forum](http://forum.monstra.org) +[Documentation](http://monstra.org/documentation) +[Github Repository](https://github.com/Awilum/monstra-cms) + Copyright (C) 2012 Romanenko Sergey / Awilum [awilum@msn.com] \ No newline at end of file