adding summarization and restructure project
This commit is contained in:
6
golang/Makefile
Normal file
6
golang/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
serv:
|
||||
DB_DRIVER="postgres" DB_URL="user=crow password=4LlKpnQ2RZPzL13BSpkW4k dbname=crowsnest host=10.99.0.3 port=5432 sslmode=disable" go run cmd/frontend/*
|
||||
crawl:
|
||||
DB_DRIVER="postgres" DB_URL="user=crow password=4LlKpnQ2RZPzL13BSpkW4k dbname=crowsnest host=192.168.0.2 port=5432 sslmode=disable" go run cmd/crawler/main.go
|
||||
summ:
|
||||
DB_DRIVER="postgres" DB_URL="user=crow password=4LlKpnQ2RZPzL13BSpkW4k dbname=crowsnest host=192.168.0.2 port=5432 sslmode=disable" go run cmd/summarizer/main.go
|
||||
Reference in New Issue
Block a user