Skip to main content

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:

NameDescriptionURL
First Example ImageExample Imagealphonse23/my-first-image
PHP7.4 & LavarelPHP 7 and Lavarel Appalphonse23/cfbi-php7-lavarel
Apache ContainerA container with Apache in it

to start up the container, run:

$ docker-compose up