Welcome to the VA.gov CMS git repository README!
We hope everything you need to know about how the VA.gov website and Content Management System works is right here.
If you find any errors in this documentation, please feel free to make an edit and submit a Pull Request!
Thanks,
The VA.gov Team.
The VA.gov website is made possible by a number of different tools and systems. See High-Level Architecture for an overview of all of the components.
This repository contains the source code for the Content Management System (CMS or CMS-API) for VA.gov, running at cms.VA.gov.
Access to the production CMS is restricted with CAG. See Getting Access.
The CMS is built on Drupal 8, using the Composer package management system. See Getting Started.
All of the source code used for generating VA.gov is open source, listed under the department-of-veterans-affairs organization on GitHub:
The VFS team deploys all of these apps using a Jenkins server, configured with a private GitHub Repo:
All development on these projects is done via Pull Requests. See CONTRIBUTING.md for our PR policies.
The public website seen at VA.gov is a static site: just HTML, CSS, and images.
The source code used to generate the public site is called vets-website or Front-end or WEB, and is availalble at github.com/department-of-veterans-affairs/vets-website.
The codebase in this repository (va.gov-cms) is for the CMS, which is built on Drupal 8. The CMS is not publicly available. It acts as a Content API for the WEB application, and a Content Management System for VA.gov Content Team.
The CMS codebase now includes the WEB codebase as a dependency: the version is set in composer.json
. It is
downloaded to the ./web
folder during composer install
.
When the content and code updates are ready for release, the WEB Build process is kicked off, it reads content from the CMS via GraphQL (and other locations), and outputs HTML, CSS, and images.
See WEB & CMS Integration for full details on how the WEB and CMS projects work together.
This section outlines only the systems utilized by the CMS. For information on the WEB project's infrastucture, see []().
The VFS Team maintains a system called BRD: Build, Release, Deploy.
The system is powered by Ansible Roles in the VA's "DevOps" repository, located at github.com/department-of-veterans-affairs/devops/tree/master/ansible/build/roles/cms
The BRD system builds Amazon server images using Ansible, and tags those images for release along with the source code of CMS.
The VFS team then deploys those images to the dev, staging and production environments inside the VAEC when the release is ready.
See The BRD System: Build, Release, Deploy for more information.