Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created basic web site to serve postmortems #14

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

dastergon
Copy link
Collaborator

@dastergon dastergon commented Nov 3, 2019

Created a simple website to serve the postmortems (fixes #6 ).
It includes:

  • A index page with all the processed postmortems in the form : Company: UUID
  • A page per-postmortem with the metadata and the description of the incident.
  • Postmortem listing per category

It works by executing the following command:

pm -action=serve

It does not include a search bar, since that's discussed in #9.

@icco PTAL

@icco icco merged commit 9e66dc7 into icco:master Nov 4, 2019
@dastergon dastergon deleted the add_server branch November 4, 2019 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build simple Go webserver to serve content
2 participants