Jump to content

Installation Guide: Difference between revisions

From Logistack
Line 17: Line 17:


== 4) Run the Installer ==
== 4) Run the Installer ==
* Point the browser at https://your-site.com/install/index.php
* Point the browser at <nowiki>https://your-site.com/install/index.php</nowiki>

Revision as of 04:14, 7 October 2025

LogiStack Pro — Installation Guide

This guide covers a fresh install of LogiStack Pro on a Linux web server with PHP and MySQL/MariaDB.

1) Prerequisites

  • Web server: Apache 2.4+ or Nginx 1.18+ with PHP-FPM
  • PHP: 8.1+ (8.2/8.3 recommended) with required extensions: pdo_mysql, mbstring, intl, openssl, curl, json, fileinfo, zip, gd (or imagick), opcache
  • Database: MySQL 8.0+ or MariaDB 10.5+
  • Shell access to create database and set file permissions
  • A domain or hostname with HTTPS available

2) Obtain the application

  • Upload the zipped file (.zip) provided after purchase to your web root and unpack, if your host asks you to add to new folder, move back to root and delete the zipped file.

3) Create the database

  • Create a database at your hosting provider's control panel and keep a record of the username, database name and password.

4) Run the Installer

  • Point the browser at https://your-site.com/install/index.php