Winds builds a bugfree environment

bugfree can be installed on Windows or LINUX systems. This article is installed on my own Windows computer.
Installation steps:
1. Download and install XAMPP,
download and unzip it and install it directly. If you have installed it before, uninstall it first and install it directly. It must be noted that XAMPP is an integrated software package, including mysql apache, etc. XAMPP must be matched with bugfree. If the XAMPP version is too high, bugfree may not be able to recognize mysql and other problems.
As shown in the figure after installation: Open after unzipping and installing
Note: You can modify the port of each Module (click directly on the Config configuration file to select modification) to prevent port occupation. Click stop start to close or start a Service.
After startup, you can enter the address on the web page to view it directly. If you can see the interface, the installation is successful.
Insert image description here

2. After downloading and
decompressing bugfree, there will be a series of files or a bugfree file. Copy bugfree to D:\Development\xampp\htdocs\. If it is a series of files, first create a new bugfree folder and copy it; then copy it in the same level as bugfree
. Create a BugFile folder in the directory;
enter the address http://localhost:8006/bugfree in the browser. If it is normal, you can see the following picture: various projects are all normally supported paths and are also supported. Continue to directly configure the database database
Insert image description here
library
Insert image description here
Insert image description here
construction After completion, you can directly log in to Bugfree and
Insert image description here
enter as admin to
create users, create groups, bed frame projects, etc. Machines in the same gateway can connect to your locally configured bugfree and operate.
Insert image description here

Finally I used XAMMP 5.6.4

Guess you like

Origin blog.csdn.net/rainAndyou/article/details/116272301