0

I am working on Ruby on Rails. My platform is Linux.

Now I want to deploy my Ruby on Rails Application to Microsoft Azure Platform. I am new in Azure Platform.

So How can I deploy ROR Application from Linux platform to Azure Platform.

Thanks, Milap Shah

4
  • SSH onto the box and install the bits you need? Commented Oct 1, 2012 at 9:01
  • windowsazure.com/en-us/develop/other/tutorials/ruby-on-rails : is this link useful for me? Commented Oct 1, 2012 at 9:03
  • Richard Astbury : can you explain me in bit detail? Commented Oct 1, 2012 at 9:04
  • Yes, that looks like a good article to follow. Commented Oct 1, 2012 at 9:27

1 Answer 1

1

This page might contain some useful articles for you:

https://www.windowsazure.com/en-us/manage/linux/

What you'll basically need to do is this:

  1. Create your Virtual Machine in the Windows Azure Portal, and select your preferred flavour of Linux.
  2. SSH onto the machine, and install the various components that your applicaiton needs, i.e. Ruby, Gems, Ruby on Rails etc.. (help on this here: http://guides.rubyonrails.org/getting_started.html#installing-rails)
  3. In the portal, open up the necessary endpoints in the Windows Azure firewall (i.e. port 80) to enable traffic through to your application.
Sign up to request clarification or add additional context in comments.

6 Comments

Thaks Richard :) but I have question in this link windowsazure.com/en-us/develop/other/tutorials/ruby-on-rails ---- in this link 5) Run the following commands to install the new gems, update your Ruby Environment, and setup Capify for your project:
in this 5th section act install gems? means install capify . gem?
I think you need to ask a new question with the 'ruby' tag.
hello again .. act I have mysql as a database in my Ruby on Rails Application. so can it be possible to deploy on Azure?
Yes, you can either use the MySQL Service by ClearDB: cleardb.com/store/azure or you could migrate the database to Windows Azure SQL Database using SSMA: blogs.msdn.com/b/ssma/archive/2011/02/07/…
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.