mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-08 12:22:33 +01:00
Merge pull request 'Fix localhost
URLs in Readme' (#61) from amrw/teddit:fix-localhost-links into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/61
This commit is contained in:
commit
febf9c72c1
@ -55,16 +55,19 @@ docker-compose build
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
Teddit should now be running at <https://localhost:8080>.
|
||||
Teddit should now be running at <http://localhost:8080>.
|
||||
|
||||
### Manual
|
||||
|
||||
1. Install [Node.js](https://nodejs.org).
|
||||
|
||||
1. (Optional) Install [redis-server](https://redis.io).
|
||||
|
||||
Highly recommended – it works as a cache for Reddit API calls.
|
||||
|
||||
1. (Optional) If you want to support videos, install [ffmpeg](https://ffmpeg.org)
|
||||
1. (Optional) Install [ffmpeg](https://ffmpeg.org).
|
||||
|
||||
It's needed if you want to support videos.
|
||||
|
||||
```console
|
||||
# Linux
|
||||
@ -85,4 +88,4 @@ Teddit should now be running at <https://localhost:8080>.
|
||||
npm start
|
||||
```
|
||||
|
||||
Teddit should now be running at <https://localhost:8080>.
|
||||
Teddit should now be running at <http://localhost:8080>.
|
||||
|
Loading…
Reference in New Issue
Block a user