Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
readme 1/3
Browse files Browse the repository at this point in the history
  • Loading branch information
raifpy committed May 29, 2022
1 parent 7e30e5d commit c801a19
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## LibSohal
Another server-client based library software for borrowing books.
Supports libgen a bit.
Supports libgen.


![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)
![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)


It's all Turkish. But you can use with fork in any language.

### Dependencies && Setup
Expand All @@ -11,9 +17,9 @@ Should be work on all up to date linux distros. _My suggestion is ubuntu-server_

- python3 `apt install python3`
- easyocr `python3 -m pip install easyocr ## for extract summary from book's back cover`
- easyocrbin `sudo wget ... -O /usr/bin/easyocrbin ; sudo chmod +x /usr/bin/easyocrbin`
- easyocrbin `sudo wget https://raw.githubusercontent.com/codeksion/LibSohal/main/backend/easyocrbin?token=GHSAT0AAAAAABKCRLGR54H7UNAIPUMIVX3GYUOFYMA -O /usr/bin/easyocrbin ; sudo chmod +x /usr/bin/easyocrbin`
- mongodb `mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu ## or docker -> docker pull mongo`
- go `go.dev/dl ## for compile backend/utils || not neccesary if you use pre-compiled binary`
- go `go.dev/dl ## for compile backend/utils || not neccesary if you want to use compiled binaries`

##### Build from source code

Expand Down

0 comments on commit c801a19

Please sign in to comment.