This repository was archived by the owner on Dec 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11## LibSohal
22Another server-client based library software for borrowing books.
3- Supports libgen a bit.
3+ Supports libgen.
4+
5+
6+ ![ codacy-quality] ( https://img.shields.io/codacy/grade/bf89b0e27306470da0c1cb4f1a7e70d2?style=for-the-badge ) ![ repo-size] ( https://img.shields.io/github/languages/code-size/codeksion/libsohal?label=code%20size&style=for-the-badge ) ![ web-status] ( https://img.shields.io/website?down_color=lightgrey&down_message=down%20%3A%28&style=for-the-badge&up_color=green&up_message=Working&url=https%3A%2F%2Flibsohal.codeksion.net%2F ) ![ release-downloıads] ( https://img.shields.io/github/downloads/codeksion/libsohal/total?label=release%20downloads&style=for-the-badge )
7+ ![ last-commit] ( https://img.shields.io/github/last-commit/codeksion/libsohal?style=for-the-badge ) ![ last-release] ( https://img.shields.io/github/release-date/codeksion/libsohal?label=last%20release&style=for-the-badge )
8+
9+
410It's all Turkish. But you can use with fork in any language.
511
612### Dependencies && Setup
@@ -11,9 +17,9 @@ Should be work on all up to date linux distros. _My suggestion is ubuntu-server_
1117
1218- python3 ` apt install python3 `
1319- easyocr ` python3 -m pip install easyocr ## for extract summary from book's back cover `
14- - easyocrbin ` sudo wget ... -O /usr/bin/easyocrbin ; sudo chmod +x /usr/bin/easyocrbin `
20+ - easyocrbin ` sudo wget https://raw.githubusercontent.com/codeksion/LibSohal/main/backend/easyocrbin?token=GHSAT0AAAAAABKCRLGR54H7UNAIPUMIVX3GYUOFYMA -O /usr/bin/easyocrbin ; sudo chmod +x /usr/bin/easyocrbin `
1521- mongodb ` mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu ## or docker -> docker pull mongo `
16- - go ` go.dev/dl ## for compile backend/utils || not neccesary if you use pre- compiled binary `
22+ - go ` go.dev/dl ## for compile backend/utils || not neccesary if you want to use compiled binaries `
1723
1824##### Build from source code
1925
You can’t perform that action at this time.
0 commit comments