aplanas / kmanga

KManga site
GNU General Public License v3.0
142 stars 38 forks source link

how can i build and deploy this project? #20

Open kiennd opened 4 years ago

itspacchu commented 2 years ago

Its a Django project so to run the server you can do

directory {repo}/kmanga/ python manage.py runserver

you do need to install dependencies before you can do it so

directory {repo} pip install -r requirements.txt

I managed to get it running but since this wasn't been updated in years there are a lot of weird bugs, I'm trying to fix them.

aplanas commented 2 years ago

I managed to get it running but since this wasn't been updated in years there are a lot of weird bugs

Right. The first task should be to port it to Django 4.X

itspacchu commented 2 years ago

can I make a small PR to readme on running this project?

aplanas commented 2 years ago

can I make a small PR to readme on running this project?

Sure. Code also.

alanrey00 commented 1 year ago

Did you had any success making this work?