...
- Make sure you have SQL server installed and an instance set up.
- Make sure you have management studio installed.
- In management studio connect to you local instance.
- Right click databases, and click new database.
- Create a database called "BudgetModule".
...
4) Install the application
- Run the installer downloaded before (see Prerequisites). This will open up the "MPBM installation wizard"
- Specify the installation path of the backend. Click on NEXT
- Specify the application name and the application pool name. Click on NEXT
- Server information. Fill out the name of the SQL server and the SA password, when clicking on
next the installer will verify the server information so it might hang for a moment. - EvolutionCommon database. Fill out the name of the SQL server, the SA password, and the name of the Common database.
Also here is verifies the server information so it might hang for a moment. - Specify the installation path for the frontend application. Click on NEXT
- Specify the App information for the frontend application. Click on NEXT
- Click on Install
- Specify the installation path of the backend. Click on NEXT
The app will now install.
...