Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dodiggitydag committed Nov 5, 2018
1 parent 1fc8cd4 commit 238f137
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# D365FO-Prepare-D365DevelopmentMachine
This repository contains a script for preparing a development machine for Dynamics 365 for Finance and Operations by installing additional tools and configuring the operating system automatically.
# Prepare-D365DevelopmentMachine
This repository contains a script for preparing a development machine for Dynamics 365 for Finance and Operations by installing additional tools and configuring the operating system automatically. The script does the following:

### Utilities
* [Azure PowerShell](https://docs.microsoft.com/en-us/powershell/azure/overview?view=azurermps-6.11.0)
Expand All @@ -14,13 +14,13 @@ This repository contains a script for preparing a development machine for Dynami
* [Sysinternals tools](https://docs.microsoft.com/en-us/sysinternals/)
* [WinMerge](http://winmerge.org/) comparison tool

### Integrations/Interface Testing
### Integrations/Interface Testing Utilities
* [Fiddler](https://www.telerik.com/fiddler)
* [Postman](https://www.getpostman.com/)
* [Python](https://www.python.org/)
* [Visual Studio Code](https://code.visualstudio.com/) w/Azure and SQL add-ins

### Performance Enhancement
### Performance Enhancements
* Rebuilds/Reorganizes SQL Server indexes on all databases
* Defragments the disk (vhd)

Expand All @@ -45,8 +45,10 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We
Please record any problems encountered as issues to this repository. Occasionally the tool used for automatic installations, Chocolately, will have an invlalid link to the installer for the software. This is nothing we can change, however, it can be reported to the Chocolately project team.

## Contributions are Encouraged
If you notice a tool or configuration that could be automated there are two ways to contribute.
There are several ways to contribute or give thanks:

A. Fork this repository, commit the necessary changes to your forked repository, then issue a pull request. This will notify me to review the changes, test them, and incorporate them into the main script.

B. Comment on the blog post at Calafell.me. I will evaluate the suggestion and incorporate into the script.
B. Comment on [the blog post at Calafell.me](http://calafell.me/automatically-prepare-a-development-vm-for-microsoft-dynamics-365-for-finance-and-operations/). I will evaluate the suggestion and incorporate into the script.

C. Tweet me at [@dodiggitydag](https://twitter.com/dodiggitydag).

0 comments on commit 238f137

Please sign in to comment.