This repository contains helper resources to streamline the developer setup of CMS Made Simple.
After forking and cloning the official cmsmadesimple repository:
git clone https://github.com/YOUR_USERNAME/cmsmadesimple.git
cd cmsmadesimpleDownload the install.sh script from this repository:
wget https://raw.githubusercontent.com/cmsmadesimple/devsetup/refs/heads/main/install.sh
chmod +x install.shThen run it:
./install.sh- Prompts for domain and database credentials
- Downloads and imports the latest SQL schema
- Generates a working
config.php - Creates
.htaccessand necessary temp directories - Applies proper permissions
username: cmsmsuser password: cmsmspassword
- Bash shell
mysqlclientwget
⚠️ This script assumes you're running it from the root of thecmsmadesimpleproject directory.