-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
047feca
commit 380afb9
Showing
6 changed files
with
706 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,5 @@ jspm_packages | |
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# MTC | ||
Multiplication Tables | ||
# Multiplication Tables Check (MTC) Project | ||
|
||
The MTC solution consists of 3 core projects... | ||
|
||
- Pupil Check Application (`/pupil/`) | ||
- Check Administration Application (`/admin/`) | ||
- Electron Container for Pupil Check Application (`/electron/`) | ||
|
||
See each projects readme for app specifics. | ||
|
||
## Build & Release Process | ||
|
||
Build and Release is performed from VSO to deployment targets (currently Heroku, and back to Azure in July) | ||
|
||
### Builds | ||
|
||
Under the VSO builds tab we have 2 jobs which create and publish Docker container images for the Pupil Check & Check Admin applications respectively. | ||
|
||
Once these builds complete successfully they trigger the release process. | ||
|
||
### Release | ||
|
||
Under the VSO releases tab we have 2 jobs which release the newly published container images to the Linux App Service instances in Azure. | ||
|
||
**Important** - The releases feature allows you to edit either the main release definition OR a prior release. If you wish to edit the main release definition you must click the elipsis next to the release definition. Do not edit a prior release as your changes will only be saved to that specific release instance. Editing a release instance is only useful when trying different settings without editing the main release. VSO does not make this very obvious. | ||
|
||
[Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) |
Submodule admin
added at
3246b2
Submodule electron
added at
40d55a
Submodule pupil
added at
5825cf