From ab2d15dad2e67618b6c064d9c3015efc6d400f39 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:41:21 +1100 Subject: [PATCH] Updated Home (markdown) --- Documentation.md | 17 +++++++++++++++++ Home.md | 1 - 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Documentation.md delete mode 100644 Home.md diff --git a/Documentation.md b/Documentation.md new file mode 100644 index 0000000..5ca00d7 --- /dev/null +++ b/Documentation.md @@ -0,0 +1,17 @@ +# Requirements +* MariaDB 11.1.2 (preferred) or MySQL Server 8+ + * These are the database versions Gaseous has been tested and developed against. Your mileage may vary with earlier versions. + * MariaDB is the preferred database server, while MySQL will continue to be supported for existing users (they should be interchangable). + * Note that due to the earlier database schema using MySQL specific features, moving to MariaDB from MySQL will require rebuilding your database from scratch. The "Library Scan" background task can be used to re-import all titles. +* Internet Game Database API Key. See: https://api-docs.igdb.com/#account-creation + +# Third Party Projects +The following projects are used by Gaseous +* https://dotnet.microsoft.com/en-us/apps/aspnet +* https://github.com/JamesNK/Newtonsoft.Json +* https://www.nuget.org/packages/MySql.Data/8.0.32.1 +* https://github.com/kamranayub/igdb-dotnet +* https://github.com/EmulatorJS/EmulatorJS + +# Discord Server +[![Join our Discord server!](https://invite.casperiv.dev/?inviteCode=Nhu7wpT3k4&format=svg)](https://discord.gg/Nhu7wpT3k4) \ No newline at end of file diff --git a/Home.md b/Home.md deleted file mode 100644 index 52e3d77..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -* [Installation](https://github.com/gaseous-project/gaseous-server/wiki/Installation) \ No newline at end of file