Skip to content

Windows Installation

Zoltan Lakatos edited this page May 9, 2020 · 7 revisions
  1. Download the Ruby 2.3.3- RailsInstaller from http://railsinstaller.org/en/ and run it.

  2. Open up "Command Prompt with Ruby" in the Start Menu or from the Apps List

  3. Clone the project

git clone https://github.com/zollak/Serpico.git
  1. Change directory and modify the Gemfile
cd Serpico
notepad.exe Gemfile

Change 2.1.5 to 2.1.8

  1. Install dependencies, initialize the project, and start Serpico
gem install bundler
bundle install
ruby scripts\first_time.rb
ruby serpico.rb