Requirements
This version is available for:
Operating System Options
Programming Language Options
Database Options
DATABASE | VER |
---|
MySQL | 5.1+ (5.7+ preferred) |
SQL Server | 10.50.1600.1+ |
PostgreSQL | 8.3.18+ |
Installations
1. Install all requirements mention above
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
> composer run-script install
or
> composer require aseqbase/aseqbase
> cd vendor/asqbase/aseqbase
> composer run-script install
3. Follow the steps...
4. Use it through the domain URL: `http://[my-domain-name].com`
5. 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
> composer run-script install
or
> composer require aseqbase/aseqbase
> cd vendor/asqbase/aseqbase
> composer run-script install
3. Follow the steps...
4. 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
.
5. Use it through its special URL:
http://[my-subdomain-name].[my-domain-name].com
.
- Enjoy