Skip to content

rock-core/rock-and-syskit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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