Skip to content

securetea/securetea-web

Repository files navigation

Website for SecureTea

Built With

Contributing

Please read CONTRIBUTING Doc

Getting Started

In order to run it in your local machine clone this project into your system Install the jekyll framework should be installed

Prerequisites

In Ubuntu :

Install ruby, the ruby development libraries, and the make command.

sudo apt-get install ruby ruby-dev make gcc nodejs

Javascript Workaround

Installation of nodejs is required because of an issue where Jekyll requires a JavaScript runtime even if it will not be used.

Install Jekyll

Install the Jekyll gem system wide. For speed, we are excluding the extended documentation. To include all documentation, omit the --no-rdoc --no-ri switches.

sudo gem install jekyll --no-rdoc --no-ri

Check that Jekyll has been successfully installed.

jekyll -v