当前位置:网站首页>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 -y
Check version
java -version
If 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 -y
Check version :
java -version
If 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 halo
To give sudo jurisdiction
usermod -aG wheel halo
by halo User created password
passwd halo
Log in to halo Account
su - halo
install 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/ecy
Download 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 ~/.halo
Download 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.jar
If 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 .
边栏推荐
- [leetcode] 96 and 95 (how to calculate all legal BST)
- I want to talk about yesterday
- 实时云交互如何助力教育行业发展
- WPF double slider control and forced capture of mouse event focus
- 0x15 string
- Sort merge sort
- 昨天的事情想说一下
- 【云原生 | Kubernetes篇】深入了解Ingress(十二)
- After installing vscode, the program runs (an include error is detected, please update the includepath, which has been solved for this translation unit (waveform curve is disabled) and (the source fil
- 众昂矿业:为保障萤石足量供应,开源节流势在必行
猜你喜欢
强化学习-学习笔记1 | 基础概念
Reinforcement learning - learning notes 1 | basic concepts
诸神黄昏时代的对比学习
How to realize the function of Sub Ledger of applet?
DVWA range exercise 4
Fastlane one click package / release app - usage record and stepping on pit
Practice of retro SOAP Protocol
Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article
Meituan Ali's Application Practice on multimodal recall
Daily Mathematics Series 57: February 26
随机推荐
Concepts and theories related to distributed transactions
runc hang 导致 Kubernetes 节点 NotReady
MDK在头文件中使用预编译器时,#ifdef 无效的问题
Communication tutorial | overview of the first, second and third generation can bus
Detailed explanation of mt4api documentary and foreign exchange API documentary interfaces
数据库锁表?别慌,本文教你如何解决
Fastlane one click package / release app - usage record and stepping on pit
IIS error, unable to start debugging on the webserver
Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
0x15 string
Play Sanzi chess easily
使用 NSProxy 实现消息转发
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
DC-5靶机
C language array
Definition of cognition
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
CA:用于移动端的高效坐标注意力机制 | CVPR 2021
Daily Mathematics Series 57: February 26
Implementation mode and technical principle of MT4 cross platform merchandising system (API merchandising, EA merchandising, nj4x Merchandising)