Acme Help Desk Tutorial - Part 2

May 15, 2020 ยท View on GitHub

About this tutorial:

Start ABP Suite

  1. Open Administrator: Command Prompt
  2. Login to ABP abp login user -p password
  3. Start ABP Suite abp suite

Your browser should automatically open to http://localhost:3000/

Create the Help Desk Solution

NOTE: For additional information please see: Creating a new ABP solution

  1. In ABP Suite, click the Create a new solution button.
  2. Next enter Acme.HelpDesk in the Project name field.
  3. Set your output folder to your desired output location.
  4. Optionaly, check Create solution folder
  5. For this tutorial we will select None for the Mobile option.
  6. Finaly click OK to creat the solution.

Create a new solution

  1. If all goes as expectd you should receive the "Solution created!" message.

Create a new solution

Deploy the initial Acme HelpDesk database migration

Now that the NuGet packages have been updated, and the project builds sussfully its time to deploy the database initial migration.

  1. Set the Acem.HelpDesk.DbMigrator project as the startup project by right clicking on the Acme.HelpDesk.DbMigrator project and clicking Set as Startup Project
  2. Next Run the project Press F5 and wait for it to complete the databasea migration deployment.
  3. Finally, Press any key to close the Console windows when prompted.

Start the HelpDesk.Web

Now that the Acmd Help Desk database has been deployed, the next step is to start the Help Desk.

  1. Set the Acme.HelpDesk.Web as the startup project by right clicking on the Acme.HelpDesk.Web project and clicking Set as Startup Project
  2. Next Run the project Press F5 and wait for the Help Desk to start.
  3. Finally, log into the Help Desk using the default username admin and password 1q2w3E*.

HelpDeskLoging