How deploy a Ruby on Rails app on Windows Azure? - ruby-on-rails

Does Windows Azure Platform allow to deploy a ruby on rails app?
If yes, in which kind of service? It's a SAAS like Heroku or it is a IAAS?
Thank you!

I used...
For Azure Virtual Machine:
http://www.windowsazure.com/en-us/develop/other/tutorials/ruby-on-rails-nopublish/
http://channel9.msdn.com/Events/MIX/MIX10/SVC03 [video]
http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-ruby-rails-web-app-linux/
For Azure Web Sites:
Not yet.

You can set up Linux VPS on Azure.

Related

Microsoft Web Deploy v3 or higher is recommended. When Deploying a ASP.NET website to amazon ec2

I followed this tutorial
I installed web deploy 3.5,and added the website in iis on ec2 instance im still getting this error .
Im using public dns as the service url
Thanks in advance
Edit: im using visual studio 2012 and website is in .NET 4.5
Install Web deploy 3.5 on your local machine too using WPI

Can i host a rails app via hostgator and FTP

Can you deploy a ruby on rails application to hostgator via FTP. if you Can, Can you guys please Tel me how i do it :) do you have to put something inside your project or is there another Way to host via hostgator?
Greetings from Ludvig.
Any kind of help would be greatly appreciated :)
If you buy hostgator VPS you can deploy rails application. You can not deploy your rails app (like version 4) on the Shared hosting of hostgator.
FTP is not important issue. You can upload your source code via FTP or other way like cloning from git repo. To deploy the rails app your hosting server must install Rails, Ruby and other packages.

How to make Rails 4 work with Apache

I have a rails application that I would like to deploy on a Linux-based cloud hosting running on Apache server.
I have been searching for information online, it seems to me like using Phusion Passenger is an option.
However I have no idea how to set it all up locally and in production. The Linux-based cloud hosting has a cpanel interface. Do I ftp the whole rails folder into the file manager?
Could someone please guide me or point me to a useful guide with step 1, 2, etc. Any help is appreciated. Thank you.
In order to install Passenger on a hosting service you will need SSH access.
If it's shared hosting you will most likely not get SSH, I would recommend www.digitalocean.com they give you full access to your private server.
Here is a guide once you have SSH access:
https://library.linode.com/frameworks/ruby-on-rails-apache/ubuntu-10.04-lucid

how to create virtual host for rails application?

I have two rails application. one is crowd sourcing platform from github
I put this on my server. now it runs on my local server. I have another domain. And want to put this crowd sourcing platform in my domain. How to do that and how to make virtual host for that?
Thanks , Zeel
You could try deploying it to heroku
https://devcenter.heroku.com/articles/rails3

Can Ruby on Rails be deployed on Azure Web Sites?

Can I deploy Ruby on Rails on Azure Web Sites?
Not yet. Only .NET and PHP are supported as of now.
It looks like Microsoft have increased their Azure offering:
Microsoft Azure: Ruby Developer Center
Windows Azure SDK for Ruby (Github, docs)
This project provides a Ruby package that makes it easy to access and manage Windows Azure Services like Storage, Service Bus and Virtual Machines.
Ruby on Rails Web application on an Azure VM
This tutorial describes how to host a Ruby on Rails-based web site on Azure using a Linux virtual machine. This tutorial assumes you have no prior experience using Azure. Upon completing this tutorial, you will have a Ruby on Rails-based application up and running in the cloud.
Their Documentation Centre now (April 2014) lists the following platforms:
.Net
Node.js
Java
iOS, Android, Windows
PHP
Python
Ruby
Media
It's in preview now. I just received notification of this: https://feedback.azure.com/forums/169385-web-apps-formerly-websites/suggestions/5582607-add-deploy-support-for-ruby-rails-sinatra-app

Resources