-
Notifications
You must be signed in to change notification settings - Fork 88
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
Showing
6 changed files
with
26 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Building download latest.zip | ||
|
||
Any time the configs, the Dockerfile or docker-compose.yml change, run this script to create a new latest.zip file. | ||
This zip file contains only what is needed to run praeco for end users, and is linked to from documentation. | ||
|
||
`./build_download.sh` | ||
|
||
# Updating packages | ||
|
||
Run `npm install` to install latest versions of packages per package.json. | ||
|
||
# Checklist for new prod release | ||
|
||
- Stash all changes in elastalert project | ||
- Create docker image + tag + push to servercentral/elastalert | ||
|
||
- Run tests | ||
- Recreate latest.zip if neccessary | ||
- Stash all changes in this project; make sure in `master` | ||
- Create docker image + tag + push to servercentral/praeco (Drone does this for us) |
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
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
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
Binary file not shown.
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