Skip to content

Commit cbb63b7

Browse files
committed
Editing chyrp_lite.md
* 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
1 parent 1bd379b commit cbb63b7

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

docs/guides/cms/chyrp_lite.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Chyrp Lite
33
author: Neel Chauhan
4-
contributors:
4+
contributors: Steven Spencer
55
tested_with: 9.5
66
tags:
77
- cms
8+
- blogging
89
---
910

10-
# Chyrp Lite
11-
1211
## Introduction
1312

1413
[Chyrp Lite](https://chyrplite.net/) is an ultra-lightweight blogging engine written in PHP.
@@ -40,7 +39,7 @@ Subsequently, open the `Caddyfile`:
4039
vi /etc/caddy/Caddyfile
4140
```
4241

43-
Add the following to your Caddyfile:
42+
Add the following to your `Caddyfile`:
4443

4544
```bash
4645
your.domain.name {
@@ -66,7 +65,11 @@ systemctl enable --now caddy
6665

6766
## Installing PHP
6867

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:
7073

7174
```bash
7275
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
@@ -84,13 +87,13 @@ Next, open the PHP configuration file:
8487
vi /etc/opt/remi/php83/php-fpm.d/www.conf
8588
```
8689

87-
Navigate down to the `listen =` line and set it to the following:
90+
Go down to the `listen =` line and set it to the following:
8891

8992
```bash
9093
listen = 127.0.0.1:9000
9194
```
9295

93-
Now exit `vi` with `:wq!` and enable PHP:
96+
Exit `vi` with `:wq!` and enable PHP:
9497

9598
```bash
9699
systemctl enable --now php83-php-fpm.service
@@ -105,7 +108,7 @@ cd /var/www
105108
wget https://github.com/xenocrat/chyrp-lite/archive/refs/tags/v2024.03.zip
106109
```
107110

108-
Next, unzip and move the extracted folder:
111+
Next, decompress and move the extracted folder:
109112

110113
```bash
111114
unzip v2024.03.zip
@@ -134,18 +137,18 @@ restorecon -Rv /var/www/chyrp-lite
134137
restorecon -Rv /var/www/chyrp-lite-data
135138
```
136139

137-
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):
138141

139142
![Chyrp Lite Setup](../images/chyrp_lite_setup.png)
140143

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`.
142145

143-
Then fill in the other fields, which should be self-explanatory.
146+
Then complete the other fields, which should be self-explanatory.
144147

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:
146149

147150
![Chyrp Lite](../images/chyrp_lite.png)
148151

149152
## Conclusion
150153

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

Comments
 (0)