Skip to content

Commit

Permalink
beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
SAPOZHKOV Aleksandr committed Dec 18, 2018
1 parent 1d94f7e commit c666f97
Show file tree
Hide file tree
Showing 56 changed files with 373 additions and 2,949 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Login: `contoso\_crmadmin`

Pass: `c0mp1Expa~~`
A template project for DevOps with virtual machine based applications.
So far it is only [MS Dynamics 365 (CRM) dev environment deployment](./infrastructure/dynamics.md)
13 changes: 6 additions & 7 deletions infrastructure/crm.md → infrastructure/dynamics.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,29 @@ choco install -y virtualbox
# Creating a development environment

## PowerShell
`cd` to `images` directory and run `.\preparevmimages.ps1 win2016-ad,win2016-sql2016dbrs,win2016-crm90-code`
`cd` to `stacks/sos-dev-ad-sql2016dbrs-crm20168.1.1` directory or to `dev-ad-sql2016dbrs-dynamics90-code`
`cd` to `images` directory and run `.\preparevmimages.ps1 win2016-ad,win2016-sql2016dbrs-dynamics-code`
`cd` to `stacks/dev-ad-sql2016dbrsdynamics90code` directory

If PowerShell scripts are allowed on the machine, run `..\localdeploy.ps1`. Otherwise run `vagrant up`.


Run `vagrant rdp CRM01` or RDP to `127.0.0.1:13392`
Run `vagrant rdp DBDYN01` or RDP to `127.0.0.1:13391`
account: `sosalarm\_crmadmin`
pass: `c0mp1Expa~~`

## Resetting SQL and SP machine

```
vagrant destroy DB01, CRM01 --force
vagrant destroy DB01, DBDYN01 --force
vagrant up
```

`vagrant rdp CRM01`
`vagrant rdp DBDYN01`
account: `sosalarm\_crmadmin`
pass: `c0mp1Expa~~`

# Cleaning up
`cd` to stack directory and run `vagrant destroy --force`
`cd` to `images` directory and run `removevmimages.ps1 win2016-ad,win2016-sql2016dbrs,win2016-crm90-code`
`cd` to `images` directory and run `removevmimages.ps1 win2016-ad,win2016-sql2016dbrs-dynamics-code`

Consider also removing downloaded ISO files:

Expand Down
87 changes: 0 additions & 87 deletions infrastructure/images/crm90media-1.ps1

This file was deleted.

1 change: 0 additions & 1 deletion infrastructure/images/crm90media-2.ps1

This file was deleted.

101 changes: 0 additions & 101 deletions infrastructure/images/crm90prebin-2.ps1

This file was deleted.

65 changes: 0 additions & 65 deletions infrastructure/images/crm90prebin-3.ps1

This file was deleted.

Loading

0 comments on commit c666f97

Please sign in to comment.