mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
48 lines
1.7 KiB
Markdown
Executable File
48 lines
1.7 KiB
Markdown
Executable File
# Monstra
|
||
[](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 you’ve 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)
|