The 301lite software is designed to be self-hosted, so you'll need your own server, we recommend a VPS server with minimal parameters as below:

👉 System requirements

    🔹2GHz CPU
    🔹2GB RAM
    🔹PHP 5.6+
    🔹IonCube loader (depending on PHP version)
    🔹MySQL

Step 1

Before proceeding with the installation, you should create an empty MySQL database.

Step 2

Using your favourite ftp program upload the application files to the domain directory one level higher than the public_html directory. The license.key file with the license obtained after purchase should be uploaded to the /app/ directory

Step 3

Then run the installer https://yout-domain.com/installation/index.php

In the first form, please provide access data to the MySQL database created in Step 1. The required fields are server address, username, password, database name. The port field is optional if the MySQL server runs on a standard port.

 

In the second form, we perform the initial configuration. The fields required in this step are the redirect address and the API key. The other settings can be changed later in the system panel. The redirect address is the URL where the system will run.

Step 4

It is absolutely necessary to delete the installation directory /public_html/installation

Step 5

Changing the system login details

301lite - installation (video instruction)

Step 1

Before proceeding with the installation, you should create an empty MySQL database.

Step 2

Using the phpMyAdmin panel, import the content of the redirs.sql file located in the installation directory

Step 3

Then upload the application files to the domain directory one level higher than the public_html directory. The license.key file with the license obtained after purchase should be uploaded to the /app/ directory

Step 4

Using a text editor, edit the files:

/app/parameters.yml

    database_host: database_server_address
    database_port: null # port_number or null
    database_name: database_name
    database_user: database_user_name
    database_password: database_password


/src/Tlabs/RedirectsBundle/Resources/config/parameters.yml

    api_key: API_key
    url_to_redirect: 404_redirection_url
    enable_stats: 1 # 1 - enable_stats, 0 - disable_stats
    enable_piwik_stats: 1 # 1 - enable_matomo_stats, 0 - disable_matomo_stats
    piwik_key: matomo_api_key
    piwik_url: matomo_url
    recaptcha_site_key: google_recaptcha_public_key
    recaptcha_secret_key: google_recaptcha_private_key

 setting piwik_key and piwik_url is required if statistics collection is enabled in the Matomo system, enable_piwik_stats = 1

 recaptcha_site_key and recaptcha_secret_key are required for proper anti-spam protection.

Step 5

Changing the system login details

©2024 Thinklabs.pl. All Rights Reserved.

Search