fleet/docs/development
2017-02-14 13:16:26 -07:00
..
building-the-code.md Removing glide instructions from building code docs (#1217) 2017-02-14 13:16:16 -07:00
database-migrations.md Updating the migrations docs (#1218) 2017-02-14 13:16:26 -07:00
development-infrastructure.md Documentation Structure (#1101) 2017-01-25 14:51:00 -07:00
README.md Updating the migrations docs (#1218) 2017-02-14 13:16:26 -07:00
testing.md Fixing broken docs links (#1169) 2017-02-03 09:47:45 -07:00

Development Documentation

The Kolide application is a Go API server which serves a React/Redux single-page application for the frontend. The development documentation contains documents on the following topics:

Building and contributing code

  • For documentation on building the Kolide source code, see the Building The Code guide.
  • To learn about database migrations and populating the application with default seed data, see the Database Migrations document.

Running tests

For information on running the various tests that Kolide application contains (JavaScript unit tests, Go unit tests, linters, integration tests, etc), see the Testing guide.

Using development infrastructure and tooling

The Kolide application uses a lot of docker tooling to make setting up a development environment quick and easy. For information on this, see the Development Infrastructure document.