Step 1 – Install Dev Tools

  1. Download and install Visual Studio 2022 Community.
  2. Download and install Node.JS.
  3. Download and install SQL Server 2022 Developer Edition.
  4. Download and install SQL Server Management Studio.
  5. Download and install Git.
  6. Download and install DevExpress.
    • Installation Path: O:\Product\Product - BPMS\For Developers\DevExpress
  7. Open Command Line
    • Install Yarn by running command: npm install -global yarn

Step 2 – Clone BPMS Repository

  1. Create an account on GitHub if you don’t already have one.
  2. Request access to the BPMS repository from your manager.
  3. Open Visual Studio (VS) and clone the repository.

  1. Open the solution Ray.BPMS.sln.
  2. Build the solution.
  3. Ask your manager for the feature file and paste it to the folder: C:\Users\YourUserName\source\repos\BPMS\Bin.
  4. Optionally, you can create a desktop shortcut pointing to: C:\Users\YourUserName\source\repos\BPMS\Bin\BPMS.Designer.exe.

Step 3 – Run BPMS on Your IIS

  1. Enable IIS
  2. Open IIS.
  3. Right-click on Default Web Site and select the Add Application option from the context menu.
    • Alias: BPMS
    • Physical Path: cloned repository path”\Source\Rayvarz.Bpms.Web.App.
      • Like: C:\Users\YourUserName \source\repos\BPMS\Source\Rayvarz.Bpms.Web.App
  4. Expand the application.
  5. Right-click on DeployWebService and select the Convert to Application option from the context menu.

Step 4 – Install Database

  1. Open the folder: O:\Product\Product - BPMS\Install\-=Latest=-
  2. Then, open the most recent folder that follows the format: YYYY.MM MonthName
  3. Copy the latest setup application from that folder and paste it onto your machine.
  4. Run the setup application.
  5. From the Features installer, select only the Database module.

Step 5 – BPMS Admin

  1. Run the Admin.exe file as an administrator, from: C:\Program Files (x86)\the company\DBP\Setup\Source\Tools\Admin.
  2. Click on Statute.
  3. Select Users and choose admin.
  4. Check everything under Workflow.
  5. Save and close

Step 6 – Running BPMS

  1. To validate if your IIS web site is working, open a browser and navigate to https://localhost/BPMS.
  2. Run the BPMS Designer from: C:\Users\YourUserName\source\repos\BPMS\Bin\BPMS.Designer.exe