Install MMS
Dependencies
* MySQL >8
* Apache
* PHP
chcon -h system_u:object_r:httpd_sys_rw_content_t RouteServiceProvider.php
chcon -R -h system_u:object_r:httpd_sys_rw_content_t ./storage
chcon -R -h system_u:object_r:httpd_sys_rw_content_t .env
In Centos the command is a little different:
chcon -R -t httpd_sys_rw_content_t
Docker Install
I maintain a docker container to boot the MMS system from this image:
| Name | Description | URL |
|---|---|---|
| First Example Image | Example Image | alphonse23/my-first-image |
| PHP7.4 & Lavarel | PHP 7 and Lavarel App | alphonse23/cfbi-php7-lavarel |
| Apache Container | A container with Apache in it |
to start up the container, run:
$ docker-compose up