From 4c5e5ae848f0817c6c862ae9eaec93035be77691 Mon Sep 17 00:00:00 2001 From: Mike C Date: Sat, 12 Mar 2016 12:48:43 -0700 Subject: [PATCH] Add additional instructions for deploying Since it is good practice to test changes locally before pushing to git, instructions are added to help newcomers to comfortably do just that. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 978e54b0..b3b299d0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ Deploying this website requires Jekyll (3.0+) and the following ruby gems: build Multiple language support will be added soon. +To test changes locally before pushing to git, make sure you have ruby installed on your system, then: + +1. Make sure you have the necessary ruby gems: `gem install builder rubysl-rexml jekyll-paginate jekyll` +2. Navigate to the your local `monero-site` repository. +3. Serve the website: `jekyll serve` +4. Open a browser and go to [http://127.0.0.1:4000](http://127.0.0.1:4000). +5. A basic page list will appear. Click on the part of the site you are working on (ex: `design_goals`) and see your work! + ## License Copyright (c) 2014-2016, The Monero Project