1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-06 22:34:52 +02:00
Files
php-monstra/README.md
Sergey Romanenko 5f6573facc Update README.md
2021-08-28 08:18:15 +03:00

2.0 KiB

THIS PROJECT IS NOT SUPPORTED ANYMORE!
Check FLEXTYPE.ORG

Monstra

Monstra is a modern and lightweight Content Management System.

Join the chat at https://gitter.im/monstra-cms/monstra

System Requirements

Operation system: Unix, Linux, Windows, Mac OS Middleware: PHP 5.3.2 or higher with PHP's SimpleXML module and Multibyte String module Webserver: Apache with Mod Rewrite or Ngnix with Rewrite Module

Steps to Install

  1. Download the latest version.
  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.
  2. Donate to keep Monstra free. We will add you to Monstra Sponsors Page.
  3. Develop a new plugin.
  4. Create a new theme.
  5. Find and report issues.
  6. Link back to Monstra.

License

See LICENSE