Skip to main content

Ruby & SandBox Apps

Manage SandBox PythonRuby Apps

This page will give an easy interface for managing your  pythonruby sandbox apps.  To access the apps go to the following page,

Python -Ruby-> PythonRuby & SandBox Apps

This page provide the following tools :

  • Change PythonRuby Version on app
  • Change Startup Script
  • Change Public Folder
  • Change Project Mode
  • Enable/Disable SandBox

Change PythonRuby Version on App

To change the pythonruby version of a SandBox app click the pythonruby  icon on  for the respective app. Then select the pythonruby version. You can also chose to reinstall Sandbox.

If you change the pythonruby version, you may need to reinstall Sandbox to to setup the pythongem modules

Changing PythonRuby version on a production app may  break the app if the requirements doesn't meet

You need to make sure to install all pipsrequired gems after changing the pythonruby version

Change Startup Script

This option will help you to change the entry point script or startup script on your python pythonruby project.  It is a uWsgiruby script  name.

Examples : wsgi.py config.ru, app.ru , app.py , uwsgi.py etc,.startup.ru

Change Public Folder

This folder contain the static files of your app like CSS, JS , Images etc., If your app configured the static files on a specific folder , you need to set this path, so that the web server directly serve this files.  

Setting the wrong path for static files may break the website contents

Change Project Mode

You can   switch your project into production or development mode. This mode will be enabled on your webserver configuration.

Enable / Disable Sandbox

This option will help you to enable or disable virtual pythonruby setup on your SandBox app. 

Disabling sandbox may break your sandbox application , if  it have custom modules.

Re Install Sandbox

This option will remove all installed  gem modules on your SandBox and reinstall the  app  pythonruby virtual environment on your projectproject.

Delete SandBox

This  option will uninstall the SandBox from your selected domain.