This repository contains the installer for WebifyCMS. It currently provides a console-based installer to set up WebifyCMS for Testing or Development.
Before running the installer, ensure you have the following installed:
- Git: Required for cloning repositories.
- PHP >= 8.4: Required for local dependency management.
- Composer V2: Required for installing PHP dependencies.
-
Create a directory for the installation:
# Example: mkdir ~/webifycms cd ~/webifycms
-
Clone this installer repository:
git clone https://github.com/webifycms/installer.git cd installer -
Make the script executable:
chmod +x install.sh
-
Run the installer:
./install.sh
-
Follow the on-screen prompts to continue the installation.
- Permission Denied: Ensure you have run
chmod +x install.sh. - Missing Dependencies: The script will check for required tools. Install any missing tools as prompted.