Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build fizz-gateway

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "how to build fizz-gateway". In the operation of actual cases, many people will encounter such a dilemma. Then let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

First, install fizz-gateway

Download the installation package

Https://github.com/wehotel/fizz-gateway-community/releases

Download the fizz-manager-professional installation package

Extract the installation package

3. Open the MySQL file in the bin directory. If the following occurs:

Then perform the following two steps:

Step one:

Download this dll file directly from the Internet

Step 2:

1. If it is a 64-bit system, copy the dll file to the C:\ Windows\ SysWOW64 directory and replace the old one to see if the error is still reported.

2. If the problem is not solved, continue to copy the dll file to C:\ Windows\ System32 directory and replace the old one to see if the error is reported. If in the process of replacement, it is prompted that other software has opened the dll file and cannot be replaced, then restart the computer. If it is a 32-bit system, the ①② step is reversed.

3. If the problem is not solved, click "start menu"-> "run"-> "regsvr32 vcruntime140.dll" and enter enter to solve the error prompt.

Download and install and configure MySQL

Baidu MySQL goes to the MySQL official website, downloads the MySQL installation package, and then performs the following steps:

1. Extract the .zip and put it in the directory of the corresponding disk, such as: d:\ mysql-8.0.15-winx64

Configure my.ini content. You can make a copy from the installed machine to modify it, mainly to modify the following:

[mysqld]

# set port 3306

Port=3306

# set the installation directory of mysql

Basedir=D:\ mysql-8.0.15-winx64

# set the directory where the data of the mysql database is stored, and the system will automatically establish this directory

Datadir=D:\ mysql-8.0.15-winx64\ data

# maximum number of connections allowed

Max_connections=200

# the number of failed connections allowed. This is to prevent someone from trying to attack the database system from the host.

Max_connect_errors=10

# the character set used by the server defaults to UTF8

# character-set-server=utf8

# default storage engine to be used when creating new tables

Default-storage-engine=INNODB

# use "mysql_native_password" plug-in authentication by default

# default_authentication_plugin=mysql_native_password

Modify the scarlet letter (change to the directory where you unzip it)

Modify the application-prod.yml file to change the relevant configuration to the configuration of the deployment environment

Open it with notepad and change the user name and password

4. Windows starts execution.\ boot.cmd start command starts the service, and supports the start/stop/restart/status command

If cmd reports an error, edit the boot.cmd script to remove the following code

-XX:+AggressiveOpts

-XX:+CMSParallelRemarkEnabled

-XX:+UseConcMarkSweepGC

-XX:+PrintGCDateStamps

-XX:+PrintHeapAtGC

Restart the service after the deletion is completed

5. Install redis

Download address: https://github.com/tporadowski/redis/releases

When the download is complete, open the cmd window, cd to the installation directory of redis, and run the following code:

Redis-server.exe redis.windows.conf

# if there is no configuration file executed to redis, you can add the relative path to the configuration file after the startup command

Redis started successfully

Download mysql workbench

Step 1: click local instance mysql80

Then enter the password to log in

Step 2: right-click the blank area, and then click create schema

Then select utf8 as shown in the figure

Then click apply all the way to finish

Finally, click file to import the prepared sql file

Then click run, and the results are as follows

Log in to the fizz gateway management system

After running the sql file, access the IP address of the http://{ deployment machine}: 8000/#/login, use the Super Admin account admin password Aa123! Log in

The results are as follows

That's all for "how to build fizz-gateway". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report