To set up your own Web4-Lite instance, please follow these steps carefully.
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
After cloning the repository, navigate into the project directory. You must configure the database credentials and your domain information to match your setup.
Open the file located at sys/config/db.inc.php
.
Update the following lines with your specific details:
// 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
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.
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:
Linkspreed UG: [email protected]
Marc Herdina: [email protected]