|  Download Melis Platform CMS SkeletonSkeleton app of Melis Platform CMS Requirements
PHP 5.5+
PHP openssl extension
PHP json extension
PHP pdo_mysql extension
 InstallationHTTP server configTo setup apache, setup a virtual host that points to the public/ directory of the project and you should be ready to go!
It should be something similar to: <VirtualHost *:80>
    DocumentRoot "PATH_DOCROOT/public"
    <Directory "PATH_DOCROOT/public">
        Options +Indexes +FollowSymLinks +ExecCGI
        DirectoryIndex index.php
        Order allow,deny
        Allow from all
        AllowOverride All
        Require all granted
    </Directory>
    ServerName www.mysite.local:80
    SetEnv MELIS_PLATFORM "development"
    SetEnv MELIS_MODULE "MySiteTest"
</VirtualHost>
 ContributingPlease note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms. Feel free to fork the project, create a feature branch, and send us a pull request! |