ILOG Rules for .NET User Guides > Using ILOG Rule Execution Server for .NET > Deploying Rules > Deploying Rules Using the Rule Studio Wizard

A running business rule application is the result of a three stage process involving development, deployment, and execution. This process can be cyclic, since rules may change over time. In the development stage, rules are written and tested in Rule Studio, then deployed inside a RuleApp. As a result of deployment, a ruleset is made available on Rule Execution Server.

You can deploy rules created in Rule Studio to Rule Execution Server using the Rule Studio deployment wizard. This wizard allows you to deploy your rule artifacts in the form of a ruleset stored in a RuleApp in the Rule Execution Server persistence.

Before you try to deploy a rule project, you need to have:

To deploy rules from Rule Studio
  1. Open Visual Studio 2005.
  2. In the Solution Explorer, right-click the rule project you want to deploy and select Deploy to open the Rule Execution Server Deployment wizard:
  3. images/deploy1.png
  4. On Page 1 of the wizard, select the computer on which Rule Execution Server is installed. Select either This computer, or select The remote computer and enter the computer ID.
  5. Under User account, leave the My current local account checkbox selected if you want your username and password to be used, otherwise deselect it and enter the Username and Password you want to be used.
  6. Click Next to display the RuleApp Information input page:
  7. images/deploy2.png
  8. If you are deploying new set of rules, click Create RuleApp and:
    1. Enter a RuleApp name.
    2. Set the Version to 1.0.
  9. If you are deploying a new version of an existing set of rules, click Existing RuleApp, select the required RuleApp and update the version number.
  10. If required, enter a Display Name for the RuleApp and some text in the Description field.
  11. The same naming conventions apply for the Display Name as for the RuleApp name.
  12. Click Next to display the Ruleset Information page:
  13. images/deploy3.png
  14. If you are deploying a new set of rules:
    1. Enter a ruleset name. The same naming conventions apply as for the RuleApp name.
    2. Set the Version to 1.0.
  15. If you are deploying a new version of an existing set of rules, update the ruleset version number.
  16. If required, enter the ruleset name as you want it to be displayed in the Rule Execution Server Console, and add a Description.
  17. Click Finish.
  18. You should see a deployment summary page stating that you have successfully deployed the ruleset inside a RuleApp.
  19. Click Close to close the wizard.

The ruleset is now deployed inside the RuleApp in the Rule Execution Server persistence.

See Also

RuleApps and Rulesets | Creating Rule Projects | Deploying Rules Using the Rule Execution Server Console | Deploying Rules Using MSBuild