From 8278210bb9205b5c29d90ddab10bf9216b530056 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Mon, 6 Aug 2018 13:11:22 -0400 Subject: [PATCH] Added step to import ghost json backup --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ddbb4be..ace1d4d 100644 --- a/README.md +++ b/README.md @@ -202,5 +202,14 @@ You will need to edit: * Obtain MD5sum via command: "md5sum *.zip" +### Website config import: + + * Visit http://localhost/ghost + + * Login with admin@openrsc.com / malwareinfection + + * Click on "Labs" + + * Click "Browse" beside "Import content" and select ""/Docker-Home/website_backup.json" [Return to top](#top)