This repository has been archived by the owner on May 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 369
Windows Installation
BuffaloWill edited this page Dec 28, 2017
·
6 revisions
-
Download the Ruby 2.3.3- RailsInstaller from http://railsinstaller.org/en/ and run it.
-
Open up "Command Prompt with Ruby" in the Start Menu or from the Apps List
-
Clone the project
git clone https://github.com/SerpicoProject/Serpico.git
- Change directory and modify the Gemfile
cd Serpico
notepad.exe Gemfile
Change 2.1.5 to 2.1.8
- Install dependencies, initialize the project, and start Serpico
gem install bundler
bundle install
ruby scripts\first_time.rb
ruby serpico.rb