Skip to content

Latest commit

 

History

History
36 lines (16 loc) · 600 Bytes

File metadata and controls

36 lines (16 loc) · 600 Bytes

QuickReference

Quick Reference: Use a RaspberryPi, Node.js, Markserv, and Markdown to serve up information quick

Hardware:

Raspberry Pi 3 Model B Rev 1.2

Operating System:

Raspbian GNU/Linux 10 (buster)

Basic Installation

# curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

# apt-get install -y nodejs

# node -v

# npm i -g markserv

$ mkdir ~/Development

$ cd ~/Development

$ git clone https://github.com/haselby/QuickReference.git

$ markserv --help

$ markserv ~/Development/QuickReference/site --address 10.0.0.199