mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update readme
This commit is contained in:
parent
fb632b5a7f
commit
17c6b1c48e
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -1,11 +1,11 @@
|
||||||
# Yo! Micro Web Crawler in PHP & Manticore
|
# Yo! Micro Web Crawler in PHP & Manticore
|
||||||
|
|
||||||
Next generation of [YGGo!](https://github.com/YGGverse/YGGo) project with goal to reduce server requirements and make deployment process simpler.
|
Next generation of [YGGo!](https://github.com/YGGverse/YGGo) project with goal to reduce server requirements and make deployment process simpler
|
||||||
|
|
||||||
- Index model changed to the distributed cluster model, and oriented to aggregate search results from different instances trough API.
|
- Index model changed to the distributed cluster model, and oriented to aggregate search results from different instances trough API
|
||||||
- Refactored data exchange model with drop all primary keys dependencies
|
- Refactored data exchange model with drop all primary keys dependencies
|
||||||
- Snaps now using tar.gz compression to reduce storage requirements and still supporting remote mirrors, FTP including
|
- Snaps now using tar.gz compression to reduce storage requirements and still supporting remote mirrors, FTP including
|
||||||
- Codebase following minimalism everywhere as possible.
|
- Codebase following minimalism principles everywhere
|
||||||
|
|
||||||
## Implementation
|
## Implementation
|
||||||
|
|
||||||
|
|
@ -26,6 +26,14 @@ Default build inspired and adapted for [Yggdrasil](https://github.com/yggdrasil-
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
### Install
|
||||||
|
|
||||||
|
1. Install php and manticore
|
||||||
|
2. Grab latest version `git clone https://github.com/YGGverse/Yo.git`
|
||||||
|
3. Check `src/config.json` for any customizations
|
||||||
|
4. Run indexes init script `php src/cli/index/init.php`
|
||||||
|
5. [Start crawling!](https://github.com/YGGverse/Yo#add)
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
||||||
#### Index
|
#### Index
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue