You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove duplicate level 1 heading (it is handled by the title meta)
* some minor sentence simplification
* replace "we" with "you"
* Add admonition for the note for Rocky Linux 8
* fix some capitalization
* replace passive voice with active
Copy file name to clipboardExpand all lines: docs/guides/cms/chyrp_lite.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: Chyrp Lite
3
3
author: Neel Chauhan
4
-
contributors:
4
+
contributors:Steven Spencer
5
5
tested_with: 9.5
6
6
tags:
7
7
- cms
8
+
- blogging
8
9
---
9
10
10
-
# Chyrp Lite
11
-
12
11
## Introduction
13
12
14
13
[Chyrp Lite](https://chyrplite.net/) is an ultra-lightweight blogging engine written in PHP.
@@ -40,7 +39,7 @@ Subsequently, open the `Caddyfile`:
40
39
vi /etc/caddy/Caddyfile
41
40
```
42
41
43
-
Add the following to your Caddyfile:
42
+
Add the following to your `Caddyfile`:
44
43
45
44
```bash
46
45
your.domain.name {
@@ -66,7 +65,11 @@ systemctl enable --now caddy
66
65
67
66
## Installing PHP
68
67
69
-
To install PHP, we will need the Remi repository. To install the Remi repository run (note: if you are using Rocky Linux 8.x, substitute in 8 next to `release-` below):
68
+
!!! note
69
+
70
+
If you are running Rocky Linux 8.x, substitute 8 next to the release in the remi package install line.
71
+
72
+
To install PHP, you will need the Remi repository. To install the Remi repository run:
Now on a client machine, open up a web browser to `https://your.domain.name/install.php` and run the installer (replace `your.domain.name` with your actual domain name or hostname):
140
+
On a client machine, open up a web browser to `https://your.domain.name/install.php` and run the installation program (replace `your.domain.name` with your actual domain name or hostname):
138
141
139
142

140
143
141
-
In the **Database** section, select a pathname in the `chyrp-lite-data` directory made above, such as `/var/www/chyrp-lite-data/sqlite.db`.
144
+
In the **Database** section, select a pathname in the `chyrp-lite-data` directory made earlier, such as `/var/www/chyrp-lite-data/sqlite.db`.
142
145
143
-
Then fill in the other fields, which should be self-explanatory.
146
+
Then complete the other fields, which should be self-explanatory.
144
147
145
-
Next click **Install me** and then **Take me to my site**. Your Chyrp site should be installed and visitable:
148
+
Next click **Install me** and then **Take me to my site**. You should now be able to visit a completed installation of your Chyrp site:
146
149
147
150

148
151
149
152
## Conclusion
150
153
151
-
Considering that WordPress has evolved into a swiss army knife of web development, it's not surprising some webmasters (the author included) would prefer a lightweight blogging engine. Chyrp Lite is perfect in for those users.
154
+
Considering that WordPress has evolved into a Swiss army knife of web development, it is not surprising some webmasters (the author included) would prefer a lightweight blogging engine. Chyrp Lite is perfect in for those users.
0 commit comments