You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adam Buckley edited this page Nov 20, 2016
·
3 revisions
CmFive Quickstart
Docker
The easiest way to get up and running is to use the docker image. Just fire up kitematic and search for cmfive.
The image is built using this github repository which provides a cmfive install script as part of it's Dockerfile and extensive help on working with the image.
Manual Installation instructions
Create a MySQL database and user, eg. "cmfive"
Create a vhost entry for apache, eg.
<VirtualHost *:80>
DocumentRoot "/path/to/your/cmfive/"
ServerName cmfive.local
ErrorLog "logs/cmfive.localhost-error.log"
CustomLog "logs/cmfive.localhost-access.log" combined
<Directory "/path/to/your/cmfive">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Create a host entry in C:/Windows/System32/drivers/etc/hosts on Windows, or /etc/hosts on Mac/Linux