/myMD

my personal DevOps notes in markdown file format

Primary LanguageGoMIT LicenseMIT

myMD

Simple Markdown Blog, in which you can store your notes.

Created in Go and hosted on Heroku

How to use:

  1. Prerequisite:
    • you need to have Heroku account
    • install and set up Go v.1.10.1+ according to manual
  2. Build and deploy:
    • pul repo localy
    • build the app using go install
    • use step by step guide for deploying myMD on Heroku
    • use govendor for package contorl in Go
    • if you want you can put your markdown files into myMD/markdown directory, if you want to add/replace some info - it's up to you :)
    • push you changes to heroku git branch:
      • heroku login
      • git add .
      • git commit -m "edit md"
      • git push heroku master