1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00
Files
php-monstra/README.md
2018-02-27 23:31:11 +03:00

48 lines
1.7 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Monstra
[![Join the chat at https://gitter.im/Monstra/Monstra](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Monstra/Monstra?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Monstra is Modern Open Source Flat-File Content Management site.
Content in Monstra is just a simple files written with markdown syntax in pages folder.
You simply create markdown files in the pages folder and that becomes a page.
## Requirements
PHP 5.5.9 or higher with PHP's [Multibyte String module](http://php.net/mbstring)
Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html)
## Installation
#### Using (S)FTP
[Download the latest version.](http://monstra.org/download)
Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After youve done this, be sure to chmod the following directories (with containing files) to 777, so they are readable and writable by Monstra:
* `cache/`
* `config/`
* `storage/`
* `themes/`
* `plugins/`
#### Using Composer
You can easily install Monstra with Composer.
```
composer create-project monstra-cms/monstra
```
## Contributing
1. Help on the [Forum.](http://forum.Monstra.org)
2. Develop a new plugin.
3. Create a new theme.
4. Find and [report issues.](https://github.com/Monstra/Monstra/issues)
5. 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/Monstra/Monstra)
## License
See [LICENSE](https://github.com/Monstra/Monstra/blob/master/LICENSE.md)