In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Users can download holer-server.zip to build their own Holer server.
1. Set up the Holer server preparation work
(1) prepare a Linux system or Windows system host
(2) install Java 1.8 and above, and execute the command java-version to check whether Java is available.
(3) install and start Nginx. It is recommended to install its stable version.
(4) install MariaDB and set the root user password
(5) it is recommended to apply for a domain name and complete the domain name license. If there is no domain name, you can directly use IP and port access.
two。 Configure and start the Holer server
Unpack the package and open the configuration file holer-server/resources/application.yaml
2.1. Modify the database user name and password spring: datasource: username: root password: 1234562.2. Modify the domain name and Nginx home directory holer:... Domain: name: your-domain.com nginx: # home: / usr/local/nginx home: C:/nginx-1.14.2
Linux system default installation Nginx path / usr/local/nginx Windows system you can copy Nginx to a directory and then specify its home directory in the configuration file.
If you need to use the HTTPS feature, the Window system version of Nginx supports the HTTPS feature by default. The Linux system needs to download the Nginx source code, configure and compile, and execute the following commands:
. / configure-- with-http_ssl_modulemake;make install2.3. Start the Holer server
The Linux system executes the startup command as follows:
Cd holer-serverchmod 755 holer./holer start
The Windows system executes the startup command as follows:
Cd holer-serverstartup.bat
Or double-click startup.bat
3. Create port mapping 3.1. Log in to the Holer management system
If the domain name is set in the configuration file application.yaml and the Nginx home directory is specified, enter URL http://holer.your-domain.com in the browser. If the domain name access is not set, log in to the system http://IP address through IP and port:
To log in to the system, you need to enter a default administrator account. Default user name: admin password: admin123
Users can also change the default user name and password in the file holer-server/resources/conf/holer-data.sql, and then restart the Holer server to make it take effect.
3.2. Create client and port mappings
Create a Holer client http://holer.your-domain.com/view/holer-client.html in the user list page
Create a port mapping http://holer.your-domain.com/view/holer-port.html for the Holer client in the port mapping page
View the report information http://holer.your-domain.com/view/holer-report.html in the data statistics page
3.3. Configure the Holer client to implement port mapping with the Holer server
Select a client record in the user list page, click the details button in the upper right corner of the page, and click the copy button under the pop-up details box.
Then paste the details into the notepad and strictly follow the instructions in the details, so that you can complete the Holer client configuration and achieve the port mapping function based on your own Holer server.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.