简体   繁体   中英

How to configure Ruby ob Rails for XAMP server?

I have installed Ruby On Rails Application on my harddrive, and i am using XAMPP server. But i was not able to configure it to use on XAMPP server, do Ruby on Rails run on XAMPP server or need some other server like webrick or lighttpd...??

It does not run on XAMPP. It can be integrated in Apache by using Phusion Passenger , but AFAIK it's not available for windows.

So, if you have windows, you'll have to use mongrel or webrick or any other win32-compatible server. I think mongrel is best for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM