How Can We Help?
< All Topics
Print

Deploy Ruby Project Via URL Archive


With BitssCloud you can easily upload and deploy any Ruby app via Archive of URL. The given below instruction shows the steps you should perform in order to get your Ruby application hosted with BitssCloud PaI.

  1. Upload your application package by clicking Upload in BitssCloud Deployment Manager.

  2. Browse to your local file. The BitssCloud Deployment Manager supports .zip and .tar.gz formats.

Note that the maximum available size of the uploaded local file is 150 MB. If your application size exceeds this limit, please use the URL for uploading.

  3. To add a new application package via URL (HTTP://, https:// or FTP://) navigate to the appropriate tab and enter there the required link.


NOTE:

  • Upload manager just links to the file. So if you modify your file but do not change the link to it there is no need to enter URL again
  • If the FTP server needs authorization you’ll have to put your URL in the following format:

ftp://{login}:{password}@{server_name}/{path_to_file}/{MyPackage.zip}

  • If you happen to select a file with an unsupported extension or you enter an incorrect URL, you will get an error message informing you of it.
  • Click Upload and track the progress of the package uploading in the Tasks pane. Once the file is uploaded, it gets listed along with all your previous packages and you have access to the Deploy and Delete options for that file.
  • Select your package in the list and click the Deploy to button.

In the opened window select one of the predefined deployment types:

  • Production
  • Development
  • Testing


Note: You can switch between deployment types later. For that press the additional button next to the existing type and choose another one:


 
Your web application will be deployed to the chosen environment in just a minute.

 Now just click Open in the browser to start working with your application.

Table of Contents