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.
This commit is contained in:
Mike C 2016-03-12 12:48:43 -07:00
parent 9cbf059d03
commit 4c5e5ae848

View file

@ -31,6 +31,14 @@ Deploying this website requires Jekyll (3.0+) and the following ruby gems: build
Multiple language support will be added soon. 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 ## License
Copyright (c) 2014-2016, The Monero Project Copyright (c) 2014-2016, The Monero Project