This guide provides step-by-step instructions for installing and running SpurtCMS using its Prebuild.
Prerequisites
1.PostgreSQL: Ensure PostgreSQL is installed and running on your system.
- Download PostgreSQL
- Verify installation using:
psql --version
2.System Requirements:
- Operating System: Linux/Windows/MacOS
- RAM: Minimum 4GB
- Disk Space: Minimum 1GB free space
Installation Steps
Step 1: Download and Extract the Prebuilt Archive
- Download the prebuilt binary archive from the official SpurtCMS repository or website.
-
Extract the archive using the following command (replace
with the downloaded file name):
tar -xvzf
For Windows, use an extraction tool like WinRAR or 7-Zip.
Step 2: Set Up Environment Variables
- Add the extracted directory to your system’s PATH environment variable.
- On Linux/MacOS:
export PATH=$PATH:/path/to/spurtcms
- On Windows:
Navigate to System Properties > Environment Variables.
Add the path to the extracted directory.
Step 3: Verify Execute Permissions
- On Linux/MacOS, ensure the binary has execute permissions:
chmod +x spurt-cms
Step 4: Start the Application
- Launch SpurtCMS using the following command:
- On Linux/MacOS:
./spurt-cms>tar -xvzf
- On Linux/MacOS:Open a terminal or Command Prompt, navigate to the extracted directory, and run:
For Windows:
spurt-cms.exe