Skip to content
/ myMD Public

my personal DevOps notes in markdown file format

License

Notifications You must be signed in to change notification settings

grendach/myMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

my personal DevOps notes in markdown file format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published