Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 902 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 902 Bytes

Administration panel for the aseqbase website

A goldsmith management system, is special for an aseqbase website...

Dependencies

Installations

  1. Install all dependencies

To make the Main Domain of aseqbase website

  1. Copy and replace all files and folders to the home directory (public_html) of the website

To make the Sub Domain of aseqbase website

  1. Copy and replace all files and folders to your subdomain directory (public_html/[my-subdomain-name]/)
  2. Change the value of $GLOBALS["ASEQ"] located on /initialize.php, to the current subdomains sequence (like [my-subdomain-name]) or if this file is in the root address, leave null for that
  3. Use it through its special link (http://[my-domain-name].com/administration or http://[my-subdomain-name].[my-domain-name].com/administration)
  4. Enjoy...