mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
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:
parent
9cbf059d03
commit
4c5e5ae848
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue