Replies: 2 comments 4 replies
-
|
Bump... anyone? I thought there was a way you could do it. I remember installing Jellyseer in Windows was able to be done even though there was no official installer. I believe I did it though the command prompt or Powershell using "yarn" commands. But it was a while ago so I don't really remember... If anyone could help me with this I'd really appreciate it. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, so after my last post, I took a deep dive to see if I could figure out how to do it myself. I succeeded! Here's a guide to install Jellystat on Windows without Docker: Installing Jellystat on Windows Server (Without Docker)Required Prerequisites1. Install Node.js
2. Install PostgreSQL 16 from the official website
3. Install Git for Windows from the official website
Installation Steps1. Create PostgreSQL Database Open PowerShell as administrator and run: When prompted for password, enter your PostgreSQL password. Type 2. Install Yarn In PowerShell as administrator: 3. Setup Jellystat In PowerShell as administrator: 4. Create Environment Files Copy this entire block and paste it into PowerShell (replace the postgres password with yours): 5. Install Dependencies Still in the jellystat folder: 6. Choose ONE Startup Method: Option A: Startup BAT File (Runs when user logs in) Copy this entire block and paste it into PowerShell: Option B: Windows Service (Runs at system startup) In PowerShell as administrator: To uninstall the service if needed: 7. Allow Through Firewall Run these commands in PowerShell: Common Issues and Solutions"psql is not recognized as a command"
"client password must be a string" error
PostgreSQL not running Run in PowerShell: Important Notes
This guide has been tested on Windows Server 2022. If you run into any issues, first verify that PostgreSQL is running and that all environment variables are set correctly in both .env files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Is there anyway to install Jellystat on Windows? I would really love to use this program, but unfortunately I don't run a Linux server. Also, I don't want to run Docker on Windows because I've read that there's a lot of wasted resources.
Every other Jellyfin related app can be directly installed in Windows. I am currently running:
Would love to add Jellystat to that list! :)
Beta Was this translation helpful? Give feedback.
All reactions