forked from SerpicoProject/Serpico
-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Installation
Zoltan Lakatos edited this page May 9, 2020
·
7 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/zollak/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