Web4-Lite Installation Guide

To set up your own Web4-Lite instance, please follow these steps carefully.

Step 1: Clone the Repository

First, you need to copy the Web4-Lite source code from GitHub to your local machine or server. Open your terminal or command prompt and run the following command:

git clone https://github.com/Web4-Organisation/Web4-Lite.git

Step 2: Update the Configuration File

After cloning the repository, navigate into the project directory. You must configure the database credentials and your domain information to match your setup.

// Your domain (host) and URL!
// WARNING: Do not include http://, https://, or www in the APP_HOST.
// WARNING: Include http:// or https:// in the APP_URL.
$B['APP_HOST'] = "yourdomain.com";          
$B['APP_URL'] = "http://yourdomain.com";   

// Please edit database data
$C['DB_HOST'] = "localhost"; // Your database host (e.g., localhost)
$C['DB_USER'] = ""; // Your database username
$C['DB_PASS'] = ""; // Your database password
$C['DB_NAME'] = ""; // Your database name

Step 3: Run the Installation

Once you have configured the database, open a web browser and navigate to the following URL, replacing your-domain.com with your actual domain:

http://your-domain.com/install

Follow the on-screen instructions to complete the installation process.

License and Contact Information

Web4-Lite is published under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (BY-NC-SA 4.0).

For any inquiries or questions, you can contact the Web4-Lite team: