Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Windows Installation

BuffaloWill edited this page Dec 28, 2017 · 6 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/SerpicoProject/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