mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
README: general updates
This commit is contained in:
38
README.md
38
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]
|
Reference in New Issue
Block a user