From b569741f74c0e70e3ac1b75605432434919030f0 Mon Sep 17 00:00:00 2001 From: vlw Date: Wed, 25 Sep 2024 14:17:21 +0000 Subject: [PATCH] doc(chore): update README references for VV3 --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1252ec5..8a50ed3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # vlw.se -This is the source code behind [vlw.se](https://vlw.se) which has been written from the ground up by me. This website is built on top of my [Vegvisir web framework](https://github.com/victorwesterlund/vegvisir) and my [Reflect API framework](https://github.com/victorwesterlund/reflect). +This is the source code behind [vlw.se](https://vlw.se) which has been written from the ground up by me. This website is built on top of my [Vegvisir web framework](https://vegvisir.vlw.se) and my [Reflect API framework](https://reflect.vlw.se). # Installation If you for whatever reason want to get this website up and running for yourself this is how that is done. @@ -9,7 +9,7 @@ This website is built for PHP 8.0+ and MariaDB 14+ (for the API database). **Confimed supported framework versions:** Vegvisir|Reflect --|-- -✅ [`2.5.0`](https://github.com/VictorWesterlund/vegvisir/releases/tag/2.5.0)|✅ [`2.7.2`](https://github.com/VictorWesterlund/reflect/releases/tag/2.7.2) +✅ [`3.0.1`](https://codeberg.org/vegvisir/vegvisir/releases/tag/3.0.1)|✅ [`2.7.2`](https://codeberg.org/reflect/reflect/releases/tag/2.7.2) ## Website (Vegvisir) 1. **Download this repo** @@ -20,7 +20,7 @@ Vegvisir|Reflect ``` 2. **Download and install Vegvisir** - Follow the installation instructions for [Vegvisir](https://github.com/victorwesterlund/vegvisir) and point the `site_path` variable to the local vlw.se folder. + Follow the installation instructions for [Vegvisir](https://vegvisir.vlw.se/docs/installation) and point the `site_path` variable to the local vlw.se folder. 3. **Install dependencies** @@ -45,7 +45,7 @@ The API (and database) is where most content is stored and served from on this w 2. **Download and install Reflect** - Follow the installation instructions for [Reflect](https://github.com/victorwesterlund/vegvisir) and point the `endpoints` variable to the `/api` subdirectory in the local vlw.se folder. + Follow the installation instructions for [Reflect](https://reflect.vlw.se/docs/installation) and point the `endpoints` variable to the `/api` subdirectory in the local vlw.se folder. 3. **Install dependencies** @@ -62,9 +62,6 @@ The API (and database) is where most content is stored and served from on this w Make a copy of `/api/.env.example.ini` and change the `[vlwdb]` variables with your MariaDB credentials. - You also have to generate a [GitHub access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) if you wish to use the `releases` endpoint. - [Read more about this endpoint here](#) - 6. **Set environment variables for website** It's reasonable to assume if you've installed the website from this repo that you'd also want to use the API with it. Start my making a copy of `/.env.example.ini` (root directory) and change the `[api]` variables to point to your API hostname.