AseqBase Installation

aseqbase core installs locally for Development or on a server for wider use. The installation process is similar for both single-user (local) and multi-user (server) deployments, offering flexibility.
AseqBase Installation

Requirements

This version is available for:

Operating System Options

PLATFORM VER
Linux 32–bit/64–bit
Microsoft Windows 32–bit/64–bit

Programming Language Options

ENGINE VER
PHP 8.2+

Web Server Options

SERVER VER
Apache 2.x
Nginx 1.x
Microsoft IIS 7

Database Options

DATABASE VER
MySQL 5.1+
SQL Server 10.50.1600.1+
PostgreSQL 8.3.18+


Installations

1. Install all dependencies

To make the Main Domain of the aseqbase website

2. Open a terminal in the home directory (public_html) of the Website, then install the Framework by:
> composer create-project aseqbase/aseqbase
or
> composer require aseqbase/aseqbase
3. Use it through the domain URL: `http://[my-domain-name].com` 4. Enjoy! ### To make the Subdomain of the aseqbase website 2. Open a terminal in your subdomain directory (`public_html/[my-subdomain-name]/`), then install the Framework by:
> composer create-project aseqbase/aseqbase
or
> composer require aseqbase/aseqbase
3. Change the value of $GLOBALS["ASEQ"] located in /index.php to the current subdomain sequence (e.g., [my-subdomain-name]), or if this file is in the root directory, leave it as null. 4. Use it through its special URL: http://[my-subdomain-name].[my-domain-name].com.
  1. Enjoy!

Tags:
Website Web Application (Webapp) Administration Hypertext Preprocessor (PHP) MySQL aseqbase Apache User Interface (UI) User Experience (UX)