Skip to content

Commit

Permalink
Updated formatting to improve appearance
Browse files Browse the repository at this point in the history
Removed tab as first character.
  • Loading branch information
PHuhn authored Sep 26, 2017
1 parent 3914af1 commit 5f0b784
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,47 @@ Some support utilities for project nami (clone of WordPress for Windows and SQL


## README.MD
This document.
This document.

## Create-DB-User-Parms-ReadMe.txt
Instructions for using Create-DB-User-Parms.ps1 powershell script.
Instructions for using Create-DB-User-Parms.ps1 powershell script.

## Create-DB-User-Cmd.cmd
Alternate way to execute Create-DB-User-Parms.sql T-SQL script.
Alternate way to execute Create-DB-User-Parms.sql T-SQL script.

## Create-DB-User-Parms.ps1
Powershell frontend to execute Create-DB-User-Parms.sql T-SQL script.
I am using Powershell 5.1. You can find your version with the following command:
Powershell frontend to execute Create-DB-User-Parms.sql T-SQL script.
I am using Powershell 5.1. You can find your version with the following command:
```
$PSVersionTable.PSVersion
$PSVersionTable.PSVersion
```
Powershell security policy may need to be changed. I executed the following:
Powershell security policy may need to be changed. I executed the following:
```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```

## Create-DB-User-Parms.sql
T-SQL script to create a database, SQL login user and site user.
T-SQL script to create a database, SQL login user and site user.

## WebSite-ReadMe.txt
Instructions for using WebSite.ps1 powershell script.
Instructions for using WebSite.ps1 powershell script.

## WebSite.ps1
Powershell script to create a Project Nami WordPress website.
This script needs to be run as an Administrator.
I am using Powershell 5.1. You can find your version with the following command:
Powershell script to create a Project Nami WordPress website.
This script needs to be run as an Administrator.
I am using Powershell 5.1. You can find your version with the following command:
```
$PSVersionTable.PSVersion
$PSVersionTable.PSVersion
```
Powershell security policy may need to be changed. I executed the following:
Powershell security policy may need to be changed. I executed the following:
```
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
```

## web.config
An IIS website configuration files, similar to htaccess file.
In the security section of the web.config
1) Denial of service attack prevention,
2) Do not allow requests for specific sequences and file extensions.
In the Rewrite section enable 'Permalink Setting', rewrite the URL line.


An IIS website configuration files, similar to htaccess file.
In the security section of the web.config
1. Denial of service attack prevention,
2. Do not allow requests for specific sequences and file extensions.
In the Rewrite section enable 'Permalink Setting', rewrite the URL line.

0 comments on commit 5f0b784

Please sign in to comment.