当前位置:网站首页>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
边栏推荐
- 数据库学习笔记(SQL04)
- Oom out of memory memory overflow
- How many objects are created after new string ("hello")?
- Upward and downward transformation
- leetcode 1647. Minimum deletions to make character frequencies unique
- Tensorboard Usage Summary
- C# 41. Int to string
- Rigid error: could not extract PIDs from PS output PIDS: [], Procs: [“bad pid
- 618 activity season - the arrival of special discounts for hundreds of low code platforms
- shell读取Json文件的值
猜你喜欢

Sound network releases lingfalcon Internet of things cloud platform, which can build sample scenarios in one hour

About Significance Tests

C# 41. Int to string

数据基础设施升级窗口下,AI 新引擎的技术方法论

How to change the status bar at the bottom of win11 to black? How to change the status bar at the bottom of win11 to black

Pipeline based hybrid rendering

易观分析《2022年中国银行业隐私计算平台供应商实力矩阵分析》研究活动 正式启动

How to resolve kernel errors? Solution to kernel error of win11 system

Windows 64位下载安装My SQL

About Significance Tests
随机推荐
腾讯汤道生:面向数实融合新世界,开发者是最重要的“建筑师”
Live app system source code, automatically playing when encountering video dynamically
Friends from Fujian, your old-age insurance is on the cloud!
原生实现.NET5.0+ 自定义日志
About covariance and correlation
多测师肖sirapp中riginal error: Could not extract PIDs from ps output. PIDS: [], Procs: [“bad pid
618 activity season - the arrival of special discounts for hundreds of low code platforms
Native implementation Net5.0+ custom log
C#连接数据库完成增删改查操作
Are there any regular and safe foreign exchange dealers in China?
Render function parsing
让企业数字化砸锅和IT主管背锅的软件供应链安全风险指南
leetcode 1689. Partitioning into minimum number of deci binary numbers
leetcode 1647. Minimum Deletions to Make Character Frequencies Unique(所有字母频率不同的最小删除次数)
Windows 64位下载安装My SQL
sql面试题:求连续最大登录天数
There are thousands of roads. Why did this innovative storage company choose this one?
PY SQL可以获取到表结构吗?
团体程序设计天梯赛练习题-持续更新中
use. NETCORE's own background job, which simply simulates producers and consumers' processing of request response data in and out of the queue