FicHub / fichub.net

web frontend for generating ebooks from fanfic
https://fichub.net
GNU Affero General Public License v3.0
45 stars 2 forks source link

requirements.txt? #9

Closed mid-kid closed 3 years ago

mid-kid commented 3 years ago

A simple list of libraries required to run this site would be nice. I'm unsure where to get "oil" and "authentications".

iridescent-beacon commented 3 years ago

Sorry for the late reply; been very busy. Should be able to push a change to address this issue this weekend, but until then:

Beyond the actual code dependencies I need to setup a dummy/test api server for people that want to play around. Theoretically you can run Alexandria from https://github.com/FanFicDev/hermes yourself, but it's a lot of setup right now. Working on getting a basic Dockerfile put together in https://github.com/FicHub/infra-dev .

I'll do my best to answer any questions you have until that's all setup and documented better, so feel free to ask :)

iridescent-beacon commented 3 years ago

Well that took a bit longer than I anticipated :) requirements.txt now exists, and the README has been expanded to be clearer about dependencies. infra-dev actually runs everything you need on the FicHub side, but Alexandria is still pending. Going to close this issue since the original issue is resolved, and more work will be done in other repos.