command
module
Version:
v0.0.0-...-fc716ca
Opens a new window with list of versions in this module.
Published: Mar 11, 2016
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gonab
Golang usenet binary indexer
Quick Howto:
- Install Mysql
- Create database gonab and give a user permissions on it
- Install Go
- Install gonab:
go get -v github.com/hobeone/gonab
- Go to directory:
cd $GOPATH/src/github.com/hobeone/gonab/
- Copy config_sample.json to config.json and edit it to your satisfaction
- Compile:
go build
- Create the database:
./gonab createdb
- Import regex's (newznab seems to work best):
./gonab importregex
- Create groups:
./gonab groups add ....
- Scan groups:
./gonab scan
- Make Binaries:
./gonab makebinaries
- Make Releases:
./gonab releases make
Use the --debug
flag to see more about what's going on and --debugdb
to see every SQL command.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package api implements the Newznab/nZEDb api described here: https://github.com/nZEDb/nZEDb/blob/dev/docs/newznab_api_specification.txt
|
Package api implements the Newznab/nZEDb api described here: https://github.com/nZEDb/nZEDb/blob/dev/docs/newznab_api_specification.txt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.