Skip to content

mnx-solutions/incident-response-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNX Solutions Incident Response Documentation Build Status

This is a private version of the Incident Response process used at mnxsolutions. It is also used to prepare new employees for on-call responsibilities, and provides information not only on preparing for an incident, but also what to do during and after. See the about page for more information on what this documentation is and why it exists.

You can view the documentation directly in this repository, or rendered as a website at https://response.mnxsolutions.com.

PagerDuty Incident Response Documentation

Development

We use MkDocs to create a static site from this repository. For local development,

Make sure you have Python2.7 installed.

  1. Upgrade Pip to latest installation. pip install --upgrade pip
  2. Install MkDocs. pip install mkdocs
  3. Install v0.2.4 of the MkDocs Material theme. pip install mkdocs-material==0.2.4
  4. To test locally, run mkdocs serve --dev-addr=0.0.0.0:8080 from the project directory.

Deploying

  1. Run mkdocs build --clean to produce the static site for upload.

  2. Upload the site directory to S3 (or wherever you would like it to be hosted).

     aws s3 sync ./site/ s3://response.mnxsolutions.com \
       --acl public-read \
       --exclude "*.py*" \
    

    --exclude "logs*"
    --delete

License

Apache 2 (See LICENSE file)

Contributing

Thank you for considering contributing! If you have any questions, just ask - or submit your issue or pull request anyway. The worst that can happen is we'll politely ask you to change something. We appreciate all friendly contributions.

Here is our preferred process for submitting a pull request,

  1. Fork it ( https://github.com/mnx-solutions/incident-response-docs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request.

About

Private version of MNX Solutions's Incident Response Documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%