Mike Arpaia fc1b8eaa05 Add bootup output to reflect that kolide binary is serving (#29)
Example output:

```bash
$ kolide-ose serve
=> kolide 0.1.0 application starting on https://:8080
=> Run `kolide help serve` for more startup options
Use Ctrl-C to stop

time="2016-08-02T14:25:02-07:00" level=info msg="some info logs!"
file=proc.go func=runtime.main line=188
time="2016-08-02T14:25:02-07:00" level=error msg="some error logs :("
file=proc.go func=runtime.main line=188
```

close #26
2016-08-02 14:42:37 -07:00
2016-07-28 18:34:26 -04:00
2016-07-28 18:34:26 -04:00

Kolide

Build Status

Building

To build the code, run the following from the root of the repository:

go build

Testing

To run the application's tests, run the following from the root of the repository:

go test

Development Environment

To set up the development environment via docker, run the following frmo the root of the repository:

docker-compose up

Obviouly this requires that you have docker installed. At this point in time, automatic configuration tools are not included with this project.

If you'd like to shut down the virtual infrastructure created by docker, run the following from the root of the repository:

docker-compose down

Once you docker-compose up and are running the databases, build the code and run the following command to create the database tables:

kolide prepare-db
S
Description
No description provided
Readme MIT
1.6 GiB
Languages
Go 52.5%
TypeScript 37.5%
JavaScript 4.3%
PowerShell 1.4%
Augeas 0.9%
Other 3%