Link Search Menu Expand Document

pages-build-deployment

Taller 2 - Grupo 5 - Rostov 1C2022

This documentation is based on Jekyll with just-the-docs theme.

Documentation

This is a repo containing documentation for RostovFC’s Spotifiuby service. Spanning front-end, back-end and development.

Development

Using Docker

Run the following command in the project root to build the docker image:

$ docker-compose up --build

Local Installation

Dependencies

This project needs the following dependencies, installed in this order:

Ruby

$ sudo apt-get install ruby-full

Bundler and Jekyll

$ gem install jekyll bundler

Once you have them installed and this repo is cloned, you can run the following command to install the local dependencies from Gemfile:

$ bundle config set --local path 'vendor/bundle'
$ bundle install

Running the Docs

Just run:

$ bundle exec jekyll serve --incremental