Difference between revisions of "Sandboxes"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
m (Text replace - 'Designer > Global Resources' to 'Settings > Administration > Global Resources')
 
Line 1: Line 1:
'''Designer > Global Resources > Sandboxes'''
'''Settings > Administration > Global Resources > Sandboxes'''


Sandboxes provide safe environments for development and testing that are separated from the production environment. They allow object definitions and platform elements to migrate to and from the production environment, and between sandboxes.
Sandboxes provide safe environments for development and testing that are separated from the production environment. They allow object definitions and platform elements to migrate to and from the production environment, and between sandboxes.
Line 22: Line 22:


===Creating a Sandbox===
===Creating a Sandbox===
# Go to '''Designer > Global Resources > Sandboxes'''
# Go to '''Settings > Administration > Global Resources > Sandboxes'''
# Click '''[New Sandbox]'''
# Click '''[New Sandbox]'''
# Fill in the Sandbox name.  
# Fill in the Sandbox name.  
Line 59: Line 59:


To set up a Deployment Rules:
To set up a Deployment Rules:
# From the main tenancy, visit '''Designer > Global Resources > Sandboxes'''
# From the main tenancy, visit '''Settings > Administration > Global Resources > Sandboxes'''
# Click '''[Deployment Rules]'''
# Click '''[Deployment Rules]'''
# For each sandbox tenant listed on the left, choose the tenants to which packages can be deployed.
# For each sandbox tenant listed on the left, choose the tenants to which packages can be deployed.
Line 73: Line 73:


Once the package is ready, you're ready to deploy it:  
Once the package is ready, you're ready to deploy it:  
# Visit '''Designer > Global Resources > Packages > {package}'''
# Visit '''Settings > Administration > Global Resources > Packages > {package}'''
# Click '''[Deploy]'''.
# Click '''[Deploy]'''.
# Choose the tenants to deploy to, where the choices that appear are determined by the [[#Establishing Deployment Rules|Deployment Rules]].
# Choose the tenants to deploy to, where the choices that appear are determined by the [[#Establishing Deployment Rules|Deployment Rules]].
Line 94: Line 94:


To delete a sandbox:
To delete a sandbox:
# Visit '''Designer > Global Resources > Sandboxes > {sandbox}'''
# Visit '''Settings > Administration > Global Resources > Sandboxes > {sandbox}'''
# Click '''[Delete]'''.<br>A confirmation dialog appears.
# Click '''[Delete]'''.<br>A confirmation dialog appears.
# Click '''[Ok]'''.
# Click '''[Ok]'''.

Latest revision as of 23:55, 22 June 2012

Settings > Administration > Global Resources > Sandboxes

Sandboxes provide safe environments for development and testing that are separated from the production environment. They allow object definitions and platform elements to migrate to and from the production environment, and between sandboxes.

Lock-tiny.gif

  • The Sandboxes option is managed by a Service Provider admin
  • This feature is disabled, by default
Learn more: Tenant Configuration Options

About Sandboxes

When you log in to the platform, you log into your organization's tenancy. (Basically, your organization is a tenant in the platform.) When you set up a sandbox, you create a "sub tenant" that can interact with the main tenancy, and with other sub tenants.

In a sandbox, you can modify and test an application without changing the production version. You can then deploy the application Package to a Q/A sandbox for testing, or to the main tenancy (the "production" system).

To use a sandbox, you log into it, giving the username and password of a user defined in that sandbox. (The initial sandbox admin-user is created automatically. But you can change the name of that user anytime.)

Considerations
  • Sandboxes can be created only when logged into the main tenancy. They cannot be created from a sandbox.
  • All capabilities that are enabled in the main tenancy are enabled in the sandbox, when the sandbox is created. (After creation, changes made to either one do not affect the other.)
  • Packages cannot be published from a sandbox (to make them available to other tenants). They can only be published from the main tenancy.
  • When you deploy a package, data does not migrate, only data structures (object definitions) and other platform elements. To copy data between sandboxes, use the Export and Import mechanisms.

Working with Sandboxes

Lock-tiny.gif

Users that have the Manage Sandboxes permission can create and delete sandboxes. 

Creating a Sandbox

  1. Go to Settings > Administration > Global Resources > Sandboxes
  2. Click [New Sandbox]
  3. Fill in the Sandbox name.
  4. Click [Save].
    The sandbox is created. An email is sent with the name and password for the initial-admin user. (The password is randomly generated. You are asked to change it when you log in.)
Considerations
  • The name can contain only letters, numbers, and underscores.
  • The name must be unique within your tenancy, so no other sandbox in your organization is given the same name.

Thumbsup.gif

Tip: A good naming strategy is to combine a job function with a user's name. For example: QA_Fred, or Dev_Sally.

The name you provide is combined with the name of your organization's tenancy to create a Sandbox that is unique in the platform. For example: YourOrganization - YourProject_Jessie - Sandbox.

The initial admin-user created in the new tenancy has the name {yourLoginName}.{yourSandboxName}. For example: jennifer@AbcCo.com.Dev_Jennifer.

Thumbsup.gif

Tip: Change the username to the project name, followed by your name. For example: yourProject.yourName. That way:

  • Your browser can auto-complete the username after the first few characters you type.
  • There is no conflict with others who work on the same project, because you added your name.

To make the change, go to Settings > Administration > Users and edit the default (and only) user entry.

Using Your Sandbox

When creating an application, you'll probably stay in the admin-user role, tacking on all of the required Developer Privileges, so you can easily develop features and make any system-level changes that need to be made, without switching roles. For testing, though, you'll probably want to use roles with much more limited permissions (the same kinds of roles that typical users will have).

Thumbsup.gif

Tip: Choosing a different Theme for each sandbox can make it easier to tell at a glance which one you're in.

To log into the sandbox in either role, it's best to log out of your current tenancy, and then log back in with the desired username and password, which connects you to the appropriate sandbox as the specified user.

Notepad.png

Note:
For convenience, there is a [Login] button on the Sandbox page. But:

a. That button always logs you in as the initial admin-user, which may not be desired.
b. That button does a Proxy Login. In effect, the new session is running "under" the existing session. In general, things work well. But that mode is intended only for quick in-and-out fixes, not for lengthy use.

If you do use the [Login] button, you'll find a Switch Back link in the upper right corner, next to your login name. Use that link to come back to your login-session.

Establishing Deployment Rules

Deployment Rules specify the targets (sandbox tenants and the main tenancy) to which a Package can be deployed.

To set up a Deployment Rules:

  1. From the main tenancy, visit Settings > Administration > Global Resources > Sandboxes
  2. Click [Deployment Rules]
  3. For each sandbox tenant listed on the left, choose the tenants to which packages can be deployed.
Considerations
  • Deployment Rules can only be specified from the main tenancy.
  • The main tenancy and all sandbox tenancies are listed on the left
  • Only the designated targets will appear as options when deploying a package.
  • If no deployment targets are specified for a sandbox, it will not be possible to deploy a package from it.

Deploying a Package

If you created the application in your sandbox, you'll need to create a Package that contains all of the application elements. On the other hand, if you acquired the Package from the main tenancy or from a development sandbox, you only need to make sure that anything new you've developed in the sandbox is included in the package.

Once the package is ready, you're ready to deploy it:

  1. Visit Settings > Administration > Global Resources > Packages > {package}
  2. Click [Deploy].
  3. Choose the tenants to deploy to, where the choices that appear are determined by the Deployment Rules.
  4. Choose whether or not to send an email notification.
  5. Choose whether to deploy the package immediately, or to specify a future date and time.
  6. Click [Deploy].

The deployment is added to the processing queue, either immediately or at the time you specify. When deployment occurs, you get an email with a success or failure message.

To check on the status of the job in the meantime, visit Settings > Monitor > Mass Operation Status.

Thumbsup.gif

Tip:

  • When deploying to a development sandbox, make sure the package is unlocked, so its contents can be changed as needed.
  • When deploying to a Q/A sandbox or the production tenancy, make sure the package is locked, to prevent the structure of the application from being changed accidentally.

Learn more:About Locked and Unlocked Packages

Deleting a Sandbox

When a sandbox is deleted, everything it contains is erased, and cannot be recovered.

To delete a sandbox:

  1. Visit Settings > Administration > Global Resources > Sandboxes > {sandbox}
  2. Click [Delete].
    A confirmation dialog appears.
  3. Click [Ok].