Skip to content
Snippets Groups Projects
Select Git revision
  • c5ace672e15f2aa46c793ff87dffd052f113c96e
  • master default
2 results

website

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dynare / website
    254 commits behind the upstream repository.

    The Dynare Website

    Pre-requisites

    • Ruby
    • Jekyll
    • Latex distribution (for compiling logo image with tikz) and pdf2svg

    Setup Instructions

    Jekyll and necessary Gems

    • clone this repository: git clone git@git.dynare.org:Dynare/website.git
    • cd website
    • bundle install

    Create logo images

    • cd assets/images/logo; ./makelogo.sh; cd -

    Mount website

    • bundle exec jekyll serve

    Setup the files needed for the Download page

    • Run setup-download-links.sh

    Setup the files needed for the Working Papers page

    • 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
    • push the contents of _site folder to server