Thank you for your interest in Text, as it stands right now, you need a few things to self host this on your own. You can view the documentation Here or you can follow this guide 😄
-
First, Install PostgreSQL locally. You can view the downloads Here
-
Secondly, You're gonna want a Redis Database, Personally, I Currently Use Railway For My Redis Database.
-
Thirdly, You're going to want a local MongoDB (For Future Purposes) Which you can find Here
-
Setup your .env File in the root of the dir, as Prisma will need it to read the database URL, aswell as anything else.
-
Then, you can do
yarnto install the required dependencies.Warning, This May Take A While.
-
In the root dir, you can then run
node .to start the bot, if theres any errors, read them, and ensure that you have all of the ENV variables set.