From d0234764fecb553a4035923f0fd493c3b247c71f Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 02:01:45 -0500 Subject: [PATCH] add update instructions --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 46dad6d..86b2111 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,14 @@ There's not really a whole lot here, but it contains all the posts and content; 1. Install dependencies into virtualenv - `pip install -r requirements.txt` +## Updating + +1. SSH into your server +1. `cd c0de.dev-blog` +1. Activate virtualenv - `source venv/bin/activate` +1. Install/Update plugins - `git submodule update --recursive --remote` +1. Install dependencies into virtualenv - `pip install -r requirements.txt` + ## TODO * Service/Unit to run this in a server on prod