当前位置:网站首页>Build halo blog in arm version rk3399
Build halo blog in arm version rk3399
2022-06-28 19:15:00 【No regrets!】
happy International Workers ' Day
Happy to boring , Accidentally found a good open source project halo, Blog system , There happened to be one arm Development board rk3399 Put it to waste , So there's an idea : adopt docker To make a arm Version of halo Blog , Can display some personal information and articles , And package the image , Open source ( Because it's all x86 Version of ), So there is the following work .
Previously, I made a system for the laboratory to display laboratory information and share some internal resources , But in the later stage, because there is no maintenance, it is gradually useless , Building this halo In the process of blogging , Let me have a better website scheme to build all the information for the laboratory , That is, through halo Blog system to upload various scientific research information of the laboratory \ Research direction \ Research results , Add a static resource download link ( The link contains information via python HTTPserver Do a resource sharing website ); The above two steps can well realize the display function of laboratory information . Finally, I hope the students in the laboratory can try it by themselves after seeing the above introduction halo+http The plan .
List of articles
1. docker
1.1 Download and install
Here's how to clone, download and install
# Set resource storage path
sudo vim /etc/systemd/system/multi-user.target.wants/docker.service
# change ExecStart=/usr/bin/dockerd --graph=<your_new_docker_img_path> --storage-driver=overlay
sudo systemctl daemon-reload
# Set download source
sudo vim /etc/docker/daemon.json
{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}
sudo service docker restart
# Set user permissions
sudo docker run hello-world
sudo groupadd docker
# groupadd: group 'docker' already exists
sudo usermod -aG docker $USER
sudo gpasswd -a $USER docker
newgrp docker
docker run hello-world
1.2 Download the image and run
docker pull zjq2048/rk3399-halo:1.5.2
docker run -it --restart=always -p 8090:8090 --name halo -d zjq/rk3399-halo:0.1
# Browser access ip:8090
2. Blog display

The article is markdown Format 
You can modify html Page information 
Custom display page 
summary
What can be learned from the whole process ?
- docker To configure
- docker The mirror image making
- docker Image upload
- Java function
边栏推荐
- SQL interview question: find the maximum number of consecutive login days
- math_ Proving common equivalent infinitesimal & Case & substitution
- Rigid error: could not extract PIDs from PS output PIDS: [], Procs: [“bad pid
- Web3 that unleashes the value of the Internet
- Baidu time factor addition
- Render function parsing
- Ffmpeg learning summary
- Windows 64位下载安装My SQL
- Live app system source code, automatically playing when encountering video dynamically
- ANR Application Not Responding
猜你喜欢

腾讯汤道生:面向数实融合新世界,开发者是最重要的“建筑师”

3D rotatable particle matrix

i人事HR系统上架企业微信ISV,增强企微在服务连锁零售等行业深度应用

SQL calculates daily new users and retention rate indicators

SQL Server2019 新建 SQL Server身份验证用户名 并登录

Jenkins Pipeline 对Job参数的处理

Memory leak

1 goal, 3 fields, 6 factors and 9 links of digital transformation

How to remove dataframe field column names

Steam education to break the barriers between disciplines
随机推荐
国内有正规安全的外汇交易商吗?
Some error prone points of C language pointer
Idea merge other branches into dev branch
3D rotatable particle matrix
列表加入计时器(正计时、倒计时)
PY SQL可以获取到表结构吗?
There are thousands of roads. Why did this innovative storage company choose this one?
An in-depth analysis of the election mechanism in kubernetes
Anonymous function this pointing and variable promotion
找出连续7天登陆,连续30天登陆的用户
First day of new work
让企业数字化砸锅和IT主管背锅的软件供应链安全风险指南
19.2 container classification, array and vector container refinement
Summary of the use of qobjectcleanuphandler in QT
openGauss内核:SQL解析过程分析
SQL interview question: find the maximum number of consecutive login days
华为云OneMeeting告诉你全场景会议这么开!
sql面试题:求连续最大登录天数
Rxjs map, mergeMap 和 switchMap 的区别和联系
微博评论的高性能高可用计算架构方案