Skip to content

Commit

Permalink
Update 2023-01-12-hosting-advent-hymnals-in-csycms-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Surgbc authored Aug 15, 2023
1 parent dc20641 commit 9eb899a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 2023-01-12-hosting-advent-hymnals-in-csycms-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ First install csycms:
npm install -g csycms
```

or

```bash
sudo npm install -g csycms --unsafe-perm
```

Then initialize it and create service files:
```bash
sudo csycms init
Expand All @@ -37,6 +43,12 @@ Then install advent hymnals site:
csycms site --create -n adventhymnals -p 8710 -r https://github.com/GospelSounders/adventhymnals.git -d adventhymnals.org
```

or

```bash
sudo csycms site --create -n adventhymnals -p 8710 -r https://github.com/GospelSounders/adventhymnals.git -d adventhymnals.org
```

Then make changes to configurations in `/etc/csycms/sites-enabled/adventhymnals.yml`. A working configuration is found [here](https://github.com/adventHymnals/resources/blob/master/configurations/adventhymnals.yml)
```
sudo nano /etc/csycms/sites-enabled/adventhymnals.yml
Expand Down

0 comments on commit 9eb899a

Please sign in to comment.