This is the CMS counterpart to the fake Comphanny company I've setup for a CraftCMS demo.
Link to template repo here.
This CMS is created using CraftCMS.
Here is my personal writeup on CraftCMS on dev.to.
-
Clone this repo on to your local machine.
-
Open up your MySQL client and run the
sqldump in the/scriptsfolder. -
Make a copy of the
.env.exampleand rename it to.env.- Update the database variables
- Security key:
Zk6YSZvl6jWDgCTmhg0UtCoNlZ7MfTpM(shhhhhh....🤫) - Update
DEFAULT_SITE_URL - Add the script below to the bottom of your
.envfile, and updateASSET_BASE_URLandFILE_SYSTEM_PATH ASSET_BASE_URL: localhost url to theweb/uploadsfolderFILE_SYSTEM_PATH: the path you theweb/uploadsdirectory on your local dev machine
# Asset URLs
ASSET_BASE_URL="//localhost/comphanny-cms/uploads/"
FILE_SYSTEM_PATH="/Users/davina/Developer/proj-comphanny-cms/web/uploads/"
ASSET_BASE_URL_ABOUT="${ASSET_BASE_URL}about/"
FILE_SYSTEM_PATH_ABOUT="${FILE_SYSTEM_PATH}about/"
ASSET_BASE_URL_PRODUCTS="${ASSET_BASE_URL}products/"
FILE_SYSTEM_PATH_PRODUCTS="${FILE_SYSTEM_PATH}products/"
ASSET_BASE_URL_PROFILES="${ASSET_BASE_URL}profiles/"
FILE_SYSTEM_PATH_PROFILES="${FILE_SYSTEM_PATH}profiles/"
- Navigate to
{your.local.doman}/cphyin your browser to access the Control Panel
- Username:
comphanny - Reset your password
