当前位置:网站首页>Deploy halo blog with pagoda
Deploy halo blog with pagoda
2022-07-04 12:56:00 【Sakura dimension】
halo build
Software environment
Halo In theory, it can run on any support Java The platform of .
JRE(Java Runtime Environment)
Must be installed in the operating environment JRE, This is running Halo The minimum required software environment requirements . If you use Docker function Halo, This requirement can be ignored . from 1.4.3 rise , Version requirement is 11 Version above .1.4.3 The following needs 1.8 Version above .
MySQL( Optional )
This is not Halo Must rely on ,Halo By default, the built-in H2 Database, No separate installation required . If H2 Database Can't meet your requirements , You need to install and run well in the system MySQL. specific requirement :
- edition :5.7 +
- Character set (Character Set):utf8mb4
- Sort rule (Collate):utf8mb4_bin
- Storage engine :InnoDB
Supervisor Manager
One Python General process management program developed , Used to manage halo Run the process , Realize resident backstage .
Installation tutorial
install JRE 11
CentOS
sudo yum install java-11-openjdk -yCheck version
java -versionIf you output the following similar content, it means success
openjdk version "11.0.10" 2021-01-19 LTSOpenJDK Runtime Environment 18.9 (build 11.0.10+9-LTS)OpenJDK 64-Bit Server VM 18.9 (build 11.0.10+9-LTS, mixed mode, sharing)Ubuntu
sudo apt-get install openjdk-11-jre -yCheck version :
java -versionIf you output the following similar content, it means success
openjdk version "11.0.10" 2021-01-19OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.04)OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed mode)Create new system users
It is not recommended to use the system directly root User to run Halo. If you need to use directly root user , Please skip this step . Tutorial use root Account example . Create a file called halo Users of ( The name is optional )
useradd -m haloTo give sudo jurisdiction
usermod -aG wheel haloby halo User created password
passwd haloLog in to halo Account
su - haloinstall halo
Come to the pagoda to create a website , Set the directory to facilitate the placement of program files
cd Go to the website directory
cd /www/wwwroot/ecyDownload the running package
wget https://dl.halo.run/release/halo-1.5.3.jar -O halo.jar establish halo working directory
Halo Depends on the working directory , stay Halo When running, a .halo Folder , The absolute path is ~/.halo. Because this working directory is fixed , So what I said above The running package does not limit the storage location
mkdir ~/.halo && cd ~/.haloDownload the sample configuration file to the working directory
wget https://dl.halo.run/config/application-template.yaml -O ./application.yaml test run Halo
Enter the website directory and execute the run command
cd /www/wwwroot/ecy && java -jar halo.jarIf you see log output similar to the following , It means the start is successful .
run.halo.app.listener.StartedListener : Halo started at http://127.0.0.1:8090run.halo.app.listener.StartedListener : Halo admin started at http://127.0.0.1:8090/adminrun.halo.app.listener.StartedListener : Halo has started successfully!PS: Configure database or port, etc , For configuration, please refer to Configure the reference Don't forget to release at the firewall of the pagoda or the server firewall halo port
Use Supervisor trusteeship Halo process
open Supervisor Manager settings , Click on Add daemons Button .
The form information to be filled in is as follows :
name : at will Start the user : If you follow stay Linux The deployment environment Created for running Halo Users of , Then select the user you created . Otherwise, choose the default root. Running directory : The storage directory of the running package , Fill in... According to the actual situation , You need to ensure that the directory you choose contains the running package . Start command :java -server -Xms256m -Xmx256m -jar halo.jar Click... After filling in determine button .
Use anti proxy to realize domain name access halo
It is recommended to deploy before anti proxy ssl certificate . I use the example of pagoda free certificate , You need to turn on the force ssl
Add anti proxy
The goal is URL Set your configuration . I don't need to do any port modification , Use the default 8090 port . Also in the pagoda firewall release .
You can visit the domain name Halo The initialization .
边栏推荐
- Introduction to the button control elevatedbutton of the fleet tutorial (the tutorial includes the source code)
- 昨天的事情想说一下
- PostgreSQL 9.1 飞升之路
- C语言:求字符串的长度
- Vit (vision transformer) principle and code elaboration
- 洞见科技解决方案总监薛婧:联邦学习助力数据要素安全流通
- CA:用于移动端的高效坐标注意力机制 | CVPR 2021
- jsonp
- Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
- R language -- readr package reads and writes data
猜你喜欢

室外LED屏幕防水吗?

Full arrangement (medium difficulty)

Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article

After the game starts, you will be prompted to install HMS core. Click Cancel, and you will not be prompted to install HMS core again (initialization failure returns 907135003)

16.内存使用与分段

When synchronized encounters this thing, there is a big hole, pay attention!

Introduction to the button control elevatedbutton of the fleet tutorial (the tutorial includes the source code)

R language -- readr package reads and writes data

C language function

Communication tutorial | overview of the first, second and third generation can bus
随机推荐
C language: find the length of string
VIM, another program may be editing the same file If this is the solution of the case
Fly tutorial 02 advanced functions of elevatedbutton (tutorial includes source code) (tutorial includes source code)
CTF竞赛题解之stm32逆向入门
C语言函数
敏捷开发/敏捷测试感受
Detailed explanation of mt4api documentary and foreign exchange API documentary interfaces
n++也不靠谱
AI painting minimalist tutorial
WPF双滑块控件以及强制捕获鼠标事件焦点
A taste of node JS (V), detailed explanation of express module
Backgroundworker usage example
Reinforcement learning - learning notes 1 | basic concepts
Is the main thread the same as the UI thread- Is main thread the same as UI thread?
Abnormal mode of ARM processor
面试官:Redis 过期删除策略和内存淘汰策略有什么区别?
面试官:Redis 过期删除策略和内存淘汰策略有什么区别?
AbstractDispatcherServletInitializer 的实现类为什么可以在初始化Web容器的时候被调用
runc hang 导致 Kubernetes 节点 NotReady
A treasure open source software, cross platform terminal artifact tabby