Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the downtime risk.
Go to file
2016-07-28 18:34:26 -04:00
tools Initial commit 2016-07-28 18:34:26 -04:00
.gitignore Initial commit 2016-07-28 18:34:26 -04:00
config.go Initial commit 2016-07-28 18:34:26 -04:00
docker-compose.yml Initial commit 2016-07-28 18:34:26 -04:00
kolide.go Initial commit 2016-07-28 18:34:26 -04:00
models.go Initial commit 2016-07-28 18:34:26 -04:00
osquery.go Initial commit 2016-07-28 18:34:26 -04:00
README.md Initial commit 2016-07-28 18:34:26 -04:00
server.go Initial commit 2016-07-28 18:34:26 -04:00

Kolide

Building

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

go build

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