From ba1c9820d40f04840b746c9f5916491839c8d567 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 30 Oct 2018 10:53:13 +0100 Subject: [PATCH] update readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3315d42..7d9e587 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,30 @@ - [Ruby](https://www.ruby-lang.org/en/) - [Jekyll](https://jekyllrb.com/) -## Instructions +## Setup Instructions - clone this repository: `git clone git@git.dynare.org:Dynare/website.git` - `cd website` - `bundle install` - `bundle exec jekyll serve` +## For download page and working paper pages + +### Download + +- Fill the `assets/snapshot` folder with the nightly snapshots and checksums +- When done, you will have four subfolders: + - `assets/snapshot/macosx` + - `assets/snapshot/source` + - `assets/snapshot/windows` + - `assets/snapshot/windows-zip` + +### Working Papers + +- `cd assets/RePEc` +- Fill the directory with the `.rdf` files that RePEc needsd +- Run `python rdf2yml.py` + ## To push version to server - `JEKYLL_ENV=production bundle exec jekyll serve` -- GitLab