Skip to content

rock-core/rock-and-syskit

Folders and files

NameName
Last commit message
Last commit date
Apr 27, 2018
Jul 12, 2022
Apr 27, 2018
Sep 19, 2024
Oct 13, 2017
Sep 6, 2017
Feb 19, 2018
May 24, 2023
Jun 29, 2017
Feb 6, 2023
Jul 10, 2022

Repository files navigation

HowTo

  1. Clone the repository:

    git clone git@github.com:doudou/rock_website

  2. Go into the repository and run

    bundle install

  3. Then

    bundle exec middleman

And voilà! The website should be available from your localhost. Just read the middleman messages to know how exactly to open it in the browser.

Publishing

Run

bundle exec rake publish

Possible Errors

If you get this error

ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.

Install NodeJS with the following command

sudo apt-get install nodejs