fleet/docs/development
2017-11-13 09:25:42 -07:00
..
building-the-code.md Update the required Go version 2017-11-13 09:25:42 -07:00
database-migrations.md Rename Kolide to Fleet in the docs (#1554) 2017-09-21 16:51:26 -06:00
development-infrastructure.md Rename Kolide to Fleet in the docs (#1554) 2017-09-21 16:51:26 -06:00
README.md Rename Kolide to Fleet in the docs (#1554) 2017-09-21 16:51:26 -06:00
testing.md Rename Kolide to Fleet in the docs (#1554) 2017-09-21 16:51:26 -06:00

Development Documentation

The Fleet 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 Fleet 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 Fleet application contains (JavaScript unit tests, Go unit tests, linters, integration tests, etc), see the Testing guide.

Using development infrastructure and tooling

The Fleet 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.