Skip to content

Commit

Permalink
chyrp_lite.md (#2563)
Browse files Browse the repository at this point in the history
* chyrp_lite.md

Grammar check

* Update docs/guides/cms/chyrp_lite.md

Co-authored-by: Serge Croisé <[email protected]>

* Update chyrp_lite.md

The substitute 8, really needs to be the number as he is referring to the install line that had `remi-release-9.rpm` and is saying that if you need this for version 8 to substitute it in.  I've put the "8" in quotes this time around. Thanks @gannazhyrnova !

---------

Co-authored-by: sspencerwire <[email protected]>
Co-authored-by: Serge Croisé <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent 4ad7c6b commit 6027794
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/guides/cms/chyrp_lite.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Chyrp Lite
author: Neel Chauhan
contributors: Steven Spencer
contributors: Steven Spencer, Ganna Zhyrnova
tested_with: 9.5
tags:
- cms
Expand All @@ -14,14 +14,14 @@ tags:

## Prerequisites and assumptions

The following are minimum requirements for using this procedure:
The following are the minimum requirements for using this procedure:

* The ability to run commands as the root user or use `sudo` to elevate privileges
* Familiarity with a command-line editor. The author is using `vi` or `vim` here, but substitute in your favorite editor

## Installing Caddy

We will use Caddy as the web server. To install Caddy, you need to first install the EPEL (Extra Packages for Enterprise Linux) and run updates:
We will use Caddy as the web server. To install Caddy, you need first to install the EPEL (Extra Packages for Enterprise Linux) and run updates:

```bash
dnf -y install epel-release && dnf -y update
Expand Down Expand Up @@ -67,9 +67,9 @@ systemctl enable --now caddy

!!! note

If you are running Rocky Linux 8.x, substitute 8 next to the release in the remi package install line.
If you are running Rocky Linux 8.x, substitute "8" next to the release in the Remi package install line.

To install PHP, you will need the Remi repository. To install the Remi repository run:
To install PHP, you will need the Remi repository. To install the Remi repository, run the following:

```bash
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
Expand Down Expand Up @@ -101,7 +101,7 @@ systemctl enable --now php83-php-fpm.service

## Installing Chyrp

Now we are going to install Chyrp Lite. To do so, download the latest release:
Now, we are going to install Chyrp Lite. Download the latest release:

```bash
cd /var/www
Expand All @@ -128,7 +128,7 @@ mkdir chyrp-lite-data
chown -R apache:apache chyrp-lite-data/
```

Next set up the SELinux file contexts:
Next, set up the SELinux file contexts:

```bash
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/chyrp-lite(/.*)?"
Expand All @@ -143,12 +143,12 @@ On a client machine, open up a web browser to `https://your.domain.name/install.

In the **Database** section, select a pathname in the `chyrp-lite-data` directory made earlier, such as `/var/www/chyrp-lite-data/sqlite.db`.

Then complete the other fields, which should be self-explanatory.
Then, complete the other fields, which should be self-explanatory.

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

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

## Conclusion

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.
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 for those users.

0 comments on commit 6027794

Please sign in to comment.