I do not know anything about Ruby still I would like to install BBYIDX on my clean Windows 7 machine.
If you don’t know how to install this special website at least describe me how to run a Ruby on Rails web application from scratch please.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Install Postgres
You can download Postgres from here
Launch
pgadmintoolCreate a user called
bbyidx(with passwordbbyidx) with admin privileges.Create a database called
bbyidx_dev.Install
rubyDownload and install Ruby.
Install ruby dev kit
Download and install the dev kit.
When installing the Development Kit, type
C:\RubyDevKitin the Extract To field. Click the Extract button.Enter these commands in a command prompt
Close the command prompt window.
Install
bundlerDownload the source code for
BBYIDXCreate a directory called
bbyidxonCdrive.Download the latest zipball of the project source code.
Unzip the downloaded zip file to
c:\bbyidxdirectory.Configure
config/environment_custom.rbSet following parameter at minimum:
Add
Postgresgem togemsfileAdd the following text to the 3rd line of the file
c:\bbyidx\GemfileInstall the required gems and create the required tables.
Run the server
Test the server
Launch the browser and http://localhost:3000
Reference