Acme Help Desk Tutorial - Part 2
May 15, 2020 ยท View on GitHub
About this tutorial:
- Part-1: - Help Desk Domain Model
- Part-2: - Create the Help Desk Solution
- Part-3: - Create the Help Desk Entities
- Part-4: - Customize the Help Desk
Start ABP Suite
- Open Administrator: Command Prompt
- Login to ABP
abp login user -p password - 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
- In ABP Suite, click the
Create a new solutionbutton. - Next enter Acme.HelpDesk in the Project name field.
- Set your output folder to your desired output location.
- Optionaly, check
Create solution folder - For this tutorial we will select None for the Mobile option.
- Finaly click OK to creat the solution.

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

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.
- 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 - Next Run the project
Press F5and wait for it to complete the databasea migration deployment. - 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.
- Set the Acme.HelpDesk.Web as the startup project by right clicking on the Acme.HelpDesk.Web project and clicking
Set as Startup Project - Next Run the project
Press F5and wait for the Help Desk to start. - Finally, log into the Help Desk using the default username
adminand password1q2w3E*.
