Fix build and publish workflow name. Add status badge for tests.
This commit is contained in:
parent
77dfefa794
commit
3914d50dbc
@ -1,5 +1,5 @@
|
|||||||
name: Run unit tests
|
name: Build and publish artifacts
|
||||||
run-name: ${{ gitea.repository }} PHP unit tests
|
run-name: ${{ gitea.repository }} build and publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# tkr
|
# tkr
|
||||||
|

|
||||||
|
|
||||||
A lightweight, HTML-only status feed for self-hosted personal websites. Written in PHP. Heavily inspired by [status.cafe](https://status.cafe).
|
A lightweight, HTML-only status feed for self-hosted personal websites. Written in PHP. Heavily inspired by [status.cafe](https://status.cafe).
|
||||||
|
|
||||||
@ -44,8 +45,8 @@ I'm trying to make sure that the HTML is both semantically valid and accessible,
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Download the latest tkr archive from https://subcultureofone.org/files/tkr/tkr.0.7.0.zip
|
1. Download the latest tkr archive from [the packages page](https://gitea.subcultureofone.org/greg/tkr/packages)
|
||||||
1. Copy the .zip file to your server and extract it
|
1. Copy the `.tgz` file to your server and extract it
|
||||||
1. Copy the `tkr` directory to the location you want to serve it from
|
1. Copy the `tkr` directory to the location you want to serve it from
|
||||||
* on debian-based systems, `/var/www/tkr` is recommended
|
* on debian-based systems, `/var/www/tkr` is recommended
|
||||||
1. Make the `storage` directory writable by the web server account.
|
1. Make the `storage` directory writable by the web server account.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user