Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.27 KB

README_legacy.md

File metadata and controls

45 lines (29 loc) · 1.27 KB

Andnyang

An IRC Bot that written in GOLANG for GDG Korea (Google Developers Group Korea) channels

Setup

Install:

sudo apt-get install postgresql
go get github.com/dalinaum/Andnyang
sh <your GOPATH>/src/dalinaum/Andnyang/genDB.sh

You can see your GOPATH by export | grep GOPATH.

If it does not exist, you should add your GOPATH to your .bashrc as follows.

export GOPATH=~/mygo
export PATH=$GOPATH/bin:$PATH

After setting your .bashrc, enter source ~/.bashrc command into your terminal to use modified setting.

Run:

Andnyang &

You can use hohup command to hide standard output.

nohup Andnyang &

Update:

go get -u github.com/dalinaum/Andnyang

A web log viewer for Andnyang is provided at AndnyangWeb.

Authors