mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
# Monstra CMS
|
|
Monstra is a modern and lightweight Content Management System.
|
|
|
|
## System Requirements
|
|
Operation system: Unix, Linux, Windows, Mac OS
|
|
Middleware: PHP 5.3.0 or higher with PHP's [SimpleXML module](http://php.net/simplexml) and [Multibyte String module](http://php.net/mbstring)
|
|
Webserver: Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) or Ngnix with [Rewrite Module](http://wiki.nginx.org/HttpRewriteModule)
|
|
|
|
## 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/contribute/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://monstra.org)
|
|
- [Forum](http://forum.monstra.org)
|
|
- [Documentation](http://monstra.org/documentation)
|
|
- [Github Repository](https://github.com/Awilum/monstra-cms)
|
|
|
|
Copyright (C) 2012-2014 Romanenko Sergey / Awilum [awilum@msn.com]
|