rodrigoassis / jericho

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jericho Security

Install

Clone the repository

git clone git@github.com:rodrigoassis/jericho.git
cd jericho

Check your Ruby version

ruby -v

The ouput should start with something like ruby 3.2.2

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 3.2.2

Install dependencies

Using Bundler:

bundle install

Initialize the database

rails db:create db:migrate

Serve

rails s

Now you can use your favourite browser and access localhost:3000

About


Languages

Language:Ruby 82.2%Language:HTML 9.3%Language:Dockerfile 3.0%Language:JavaScript 2.8%Language:SCSS 1.2%Language:CSS 1.1%Language:Shell 0.3%