System installation
1. Install the files on the server side, execute setup.exe to run the software installation boot program, and install the system files into the specified folder;
2. Create a virtual directory pointing to the directory.
Operation steps: IIS/Create a new virtual directory lwgl (can be customized), and point the virtual directory to the system installation folder;
3. Create a database (1) Open Microsoft SQL Server Enterprise Manager and name the new database "lwgl" (other names can also be used),
Operation steps: Enterprise Manager/SQL Group/Local/Database, right-click/New Database;
(2) Then open the query analyzer to load the SQL script (the file is located in the database directory, file name: lwgl.sql) and create a database table.
Operation steps: Query Analyzer/File/Open, find lwgl.sql in the database directory, click the Execute Query button, and the database table is successfully created.
(3) Create a user with access, read and write permissions to the newly created lwgl database.
Operation steps: Enterprise Manager/SQL Group/Local/Database/Security/Login/right-click/New login. The username and password can be defined as lwgl (can also be customized). In the database access tab, set "Database Role" Allowed" are: public and db_owner.
4. Perform database connection settings and system parameter settings (1) Execute http://IP/virtual directory/manage/syset.asp
(2) Define database related parameters;
(3) Set the system operating environment parameters;
(4) Establish an administrator account;
(5) Rename the syset directory or back up the syset directory to other media.
5. System detailed settings Open the system homepage, log in to the system with the newly generated system administrator account and enter the backend, modify the backend administrator account, and set various system parameters according to your own needs.
Expand