the-collector

command module
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2018 License: GPL-3.0 Imports: 7 Imported by: 0

README

The Collector

Build Status

How to install

  make reset install

How to run dev

  make install
  npm start
  go run main.go start

How to run prod

  # build
  make clean build package dockerize
  
  # run
  docker network create the-collector
  docker run -d --name mongo --network the-collector mongo
  docker run -d -p 8080:8080 --name the-collector --network the-collector richardleterrier/the-collector start --database-uri mongo:27017

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL