Skip to content

Instantly share code, notes, and snippets.

View jeffminsungkim's full-sized avatar

Minsung Kim jeffminsungkim

  • undefined
View GitHub Profile
@jeffminsungkim
jeffminsungkim / README.rst
Created September 27, 2017 14:36 — forked from dupuy/README.rst
Common markup for Markdown and reStructuredText

Markdown and reStructuredText

GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.

@jeffminsungkim
jeffminsungkim / flightplan-deploy.md
Created October 31, 2017 07:39 — forked from learncodeacademy/flightplan-deploy.md
Deploy Node.js Apps with Flightplan

##Setup your server (this would ideally be done with automated provisioning)

  • add a deploy user with password-less ssh see this gist
  • install forever npm install -g forever

##Install flightplan

  • npm install -g flightplan
  • in your project folder npm install flightplan --save-dev
  • create a flightplan.js file