Skip to content

scanapi/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa0ba87 · Oct 28, 2024

History

82 Commits
Aug 7, 2020
Jun 15, 2021
Jul 21, 2021
Jul 21, 2021
Jun 14, 2021
May 26, 2021
Sep 23, 2022
Sep 23, 2022
Aug 5, 2020
May 29, 2020
May 29, 2020
Jul 6, 2020
Jul 21, 2021
Jul 21, 2021
May 27, 2021
Oct 28, 2024
May 29, 2020
May 26, 2021
Jun 14, 2021
Mar 18, 2021
Feb 28, 2023
Jun 14, 2021

Repository files navigation

Netlify Status

ScanAPI Website

Website for ScanAPI testing framework.

Available at: scanapi.dev

Tech Stack

Development

Install

Ruby

  • It is necessary to have ruby to run jekyll, to perform the verification with the following code, run ruby -v, if you return the version of ruby, you have it installed on your machine, otherwise install following the steps in documentation here
    • We will not go into details of the ruby installation step by step as it is not the focus

Jekyll

  • After installing ruby, install jekyll
    1. Run the command gem install bundler jekyll
    2. Check if the installation was successful by running the command jekyll -v
    3. To execute the project live, run the command bundle exec jekyll serve

⚠️ Troubleshooting

  1. Error of the outdated version of ruby, this is due to the Jekyll running only in versions >= 2.5.0. To correct it, you need to install a newer ruby version. We encourage you to use RVM to manage your Ruby versions.

  2. Absence of gcc, make, and rubygems. This is due to Jekyll having pre-requisites. To verify if they are installed:

    • Run the comands, ruby -v, gem -v, gcc -v, g++ -v and make -v
    • RubyGems, GCC and Make

Run

$ bundle exec jekyll serve