+ a) Open the Internet browser and go to: https://legalmanager.personalapps.online
+ b) Login with one of the users presented in part 2
| Username | Password | Role |
|---|---|---|
| [email protected] | .A123a | All roles |
| [email protected] | .A123a | Solicitor |
| [email protected] | .A123a | Mediator |
| [email protected] | .A123a | Immigration Lawyer |
| [email protected] | .A123a | Paralegal |
| [email protected] | .A123a | Company’s Owner |
| [email protected] | .A123a | Bookkeeper |
| [email protected] | .A123a | Legal Assistant |
| [email protected] | .A123a | Office clerk |
| [email protected] | .A123a | no role |
| [email protected] | .A123a | Tester account with all roles |
-
- For Administrative functions: Login into the system => Administration => listed options
-
- For Legal Functions: Login => Cases => list of options
-
- For office related tasks: Login => Calendar or Clients => listed options
-
- For finance related activities: Login => Finance => listed options
The application uses a MySQL Server database for persistence, and to be able to install the application locally you will need to have a machine with MySQL installed and running, and follow the instructions below:
- a) Create a new and empty database in the
MySQL server - b) Create a user with full access to the database
- c) Open the application settings file located at: ../LegalSystem/LegalManager/LegalManager/appsettings.json (Figure 1)
- d) Update the “DefaultConnection” section with your server location (localhost if it is in the local machine)
- e) Insert into the variable “server=” your server location
- f) Insert into the variable “database=” your database name
- g) Insert into the variable “user=” your database user’s name
- h) Insert into the variable “password=” your database user’s password
- i) Save and close the file.
- j) If you are using and
IDEto build and run the application: Go to Package Management Console and insert the command -> add-migration initialBuild - k) If you are using the command line interface
(CLI): Go to the application directory -> digit the command -> dotnet add migration migrationname - l) Build and run your application


