Halo is a modern personal independent blog system, providing an additional option for students who are accustomed to blogging. Official website: https://halo.run/ 1. PreparationThis tutorial is based on Docker, so you need to install the Docker environment on the server in advance. Docker installation tutorial: https://www.jb51.net/article/94067.htm 2. Deployment Process(1) Create a working directory mkdir ~/.halo && cd ~/.halo (2) Download the configuration file to the working directory wget https://dl.halo.run/config/application-template.yaml -O ./application.yaml (3) Modify the configuration file, configure the database or port, etc. vim application.yaml (4) Pull the blog mirror source docker pull halohub/halo:1.4.13 (5) Create a container docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=unless-stopped halohub/halo:1.4.13 Parameter explanation:
(6) Open For example, my service public network IP is: 81.71.136.94, so the address I visit is: http://81.71.136.94:8090/ After filling in the information, click Install. After the installation is complete, you will be redirected to the login page. Enter your account and password and click Login to enter the blog backend management interface. Click Jump to Home Page to go directly to the blog home page. 3. Access TestVisit: http://81.71.136.94:8090/ (need to change to your own server IP address~) This is the end of this article about how to quickly build a blog website with Docker. For more relevant content about building a blog website with Docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: Let me teach you how to use font icons in CSS
>>: js implements array flattening
Features of SSHFS: Based on FUSE (the best usersp...
question When installing Docker using Alibaba Clo...
Docker error 1. Check the cause docker logs nexus...
Docker Compose Docker Compose divides the managed...
Introduction to Selenium Grid Although some new f...
1. Docker pull pulls the image When using $ docke...
In combination with the scenario in this article,...
1. Create a new object using the Object.create() ...
This article shares the installation tutorial of ...
Remark: The amount of data in this article is 1 m...
VC6.0 is indeed too old VC6.0 is a development to...
This article shares with you how to install Kylin...
Table of contents Preface: Kind tips: variable 1....
1. Font properties color, specifies the color of ...
[LeetCode] 197.Rising Temperature Given a Weather...