当前位置:网站首页>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 .
边栏推荐
- DVWA range exercise 4
- 面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
- Two dimensional code coding theory
- runc hang 导致 Kubernetes 节点 NotReady
- Comprehensive evaluation of modular note taking software: craft, notation, flowus
- Meituan Ali's Application Practice on multimodal recall
- Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
- C语言:围圈报号排序问题
- 请问大佬们有遇到这个情况吗,cdc 1.4 连接MySQL 5.7 无法使用 timestamp
- C語言:求100-999是7的倍數的回文數
猜你喜欢
Interviewer: what is the difference between redis expiration deletion strategy and memory obsolescence strategy?
Will the concept of "being integrated" become a new inflection point of the information and innovation industry?
室外LED屏幕防水吗?
[Android kotlin] lambda return statement and anonymous function
【数据聚类】第四章第一节3:DBSCAN性能分析、优缺点和参数选择方法
昨天的事情想说一下
C语言数组
爬虫练习题(一)
Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article
AI 绘画极简教程
随机推荐
Master the use of auto analyze in data warehouse
再说rsync+inotify实现数据的实时备份
阿里云有奖体验:用PolarDB-X搭建一个高可用系统
Backgroundworker usage example
Kivy tutorial 08 countdown app implements timer call (tutorial includes source code)
Building intelligent gray-scale data system from 0 to 1: Taking vivo game center as an example
【AI系统前沿动态第40期】Hinton:我的深度学习生涯与研究心法;Google辟谣放弃TensorFlow;封神框架正式开源
从0到1建设智能灰度数据体系:以vivo游戏中心为例
17. Memory partition and paging
Meituan Ali's Application Practice on multimodal recall
【云原生 | Kubernetes篇】深入了解Ingress(十二)
AI 绘画极简教程
CTF竞赛题解之stm32逆向入门
WPF双滑块控件以及强制捕获鼠标事件焦点
Vit (vision transformer) principle and code elaboration
ArgMiner:一个用于对论点挖掘数据集进行处理、增强、训练和推理的 PyTorch 的包
【Android Kotlin】lambda的返回语句和匿名函数
2022年中国移动阅读市场年度综合分析
6 分钟看完 BGP 协议。
Entity framework calls Max on null on records - Entity Framework calling Max on null on records