CyferShepard / Jellystat

Jellystat is a free and open source Statistics App for Jellyfin
MIT License
1.09k stars 32 forks source link

Non-Docker Install (Windows option) #203

Open Jchasa opened 5 months ago

Jchasa commented 5 months ago

Would like option to install on Windows without Docker

Yankees4life commented 5 months ago

Uhh...you can already do that. Just install node-lts and follow the instructions on the main page under "Getting Started with Development"

HellBoyJr commented 4 months ago

Via npm.

git clone https://github.com/CyferShepard/Jellystat.git && cd Jellystat && npm install && npm run build && npm run start

iNfRaS0NiC commented 3 months ago

Via npm.

git clone https://github.com/CyferShepard/Jellystat.git && cd Jellystat && npm install && npm run build && npm run start

I've tried to build it this way but with no luck... I've also tried with the ""Getting Started with Development" method but I am getting the same error every time. "getaddrinfo ENOTFOUND" it is related to the IP variable. What should I set for "POSTGRES_IP" ?