Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 809 Bytes

File metadata and controls

31 lines (17 loc) · 809 Bytes

Overview

This document will discuss how to resolve issues on a windows platform. It's not yet complete

Rails Install

Instead of installing Ruby, it's best to use the full rails installer:

http://railsinstaller.org/ Select Windows Ruby 2.3

Getting the Code

Clone the repository: git clone https://github.com/PuzzledPint/puzzledpint.com.git but note that your URL may be different if you’re a contributor with ssh access.

...

Setting up the Database

Add your windows username to postgres (with no password) ...

Troubleshooting Gems

  • ./bin/WinFixGems.bat will correct issues with some gems not being compiled.

Launch the Webapp