https://github.com/StartAutomating/Pipeworks
PowerShell Pipeworks is a web platform built in Windows PowerShell, and a toolkit for putting it all together with PowerShell
https://github.com/StartAutomating/Pipeworks
Last synced: 6 months ago
JSON representation
PowerShell Pipeworks is a web platform built in Windows PowerShell, and a toolkit for putting it all together with PowerShell
- Host: GitHub
- URL: https://github.com/StartAutomating/Pipeworks
- Owner: StartAutomating
- License: other
- Created: 2014-09-02T03:05:34.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T23:53:58.000Z (about 2 years ago)
- Last Synced: 2024-11-24T07:32:24.531Z (6 months ago)
- Language: PowerShell
- Size: 1.17 MB
- Stars: 70
- Watchers: 12
- Forks: 14
- Open Issues: 29
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
- jimsghstars - StartAutomating/Pipeworks - PowerShell Pipeworks is a web platform built in Windows PowerShell, and a toolkit for putting it all together with PowerShell (PowerShell)
README
[Official Website](http://PowerShellPipeworks.com)
PowerShell Pipeworks is a framework for writing Sites and Software Services in Windows PowerShell modules.Pipeworks provides powerful tools to write websites in PowerShell.
It helps you pipe together tons of tech to write smarter software as a service.
The easiest way to explore pipeworks to to visit the web site [http://powershellpipeworks.com/](http://powershellpipeworks.com), or to build yourself a local copy.
To do this, make sure you:
1. Download and Install PowerShell Pipeworks
2. Enable IIS and ASP.NET
3. Install the [IIS URL Rewrite](http://www.iis.net/downloads/microsoft/url-rewrite) extension
4. Change your local PowerShell execution policy to Bypass (Set-ExecutionPolicy Bypass -Force)Once you've done this, just open up PowerShell and run these three lines to create your local Pipeworks site and run it.
Import-Module Pipeworks
ConvertTo-ModuleService Pipeworks -AllowDownload -Force
Start-Process http://localhost/pipeworks#### Getting Started
* [About PowerShell Pipeworks](http://PowerShellPipeworks.com/About PowerShell Pipeworks/)
* [Pipeworks Quickstart](http://PowerShellPipeworks.com/Pipeworks Quickstart/)
* [The Pipeworks Manifest](http://PowerShellPipeworks.com/The Pipeworks Manifest/)
* [From Script To Software Service](http://PowerShellPipeworks.com/From Script To Software Service/)
* [What Pipeworks Does](http://PowerShellPipeworks.com/What Pipeworks Does/)
* [Scripting Securely with SecureSettings](http://PowerShellPipeworks.com/Scripting Securely with SecureSettings/)
* [NOHtml Sites](http://PowerShellPipeworks.com/NOHtml Sites/)
#### Play with Pipeworks
* [Write-ASPDotNetScriptPage](http://PowerShellPipeworks.com/Write-ASPDotNetScriptPage/)
* [ConvertFrom-Markdown](http://PowerShellPipeworks.com/ConvertFrom-Markdown/)
* [Making Editing Easier With Markdown](http://PowerShellPipeworks.com/Making%20Editing%20Easier%20With%20Markdown/)
* [Write-ScriptHTML](http://PowerShellPipeworks.com/Write-ScriptHTML/)
* [Making Tables with Out-HTML](http://PowerShellPipeworks.com/Making%20Tables%20with%20Out-HTML/)
* [Working with Write-Link](http://PowerShellPipeworks.com/Working%20with%20Write-Link/)
#### Connecting the Clouds
* [Get-Paid with Stripe](http://PowerShellPipeworks.com/Get-Paid%20with%20Stripe/)
* [Getting GitIt](http://PowerShellPipeworks.com/Getting%20GitIt/)
* [Get-Web Content From Anywhere](http://PowerShellPipeworks.com/Get-Web%20Content%20From%20Anywhere/)
* [Pick up the Phone with Pipeworks](http://PowerShellPipeworks.com/Pick%20up%20the%20Phone%20with%20Pipeworks/)
* [Implicit Texting with Twilio](http://PowerShellPipeworks.com/Implicit%20Texting%20with%20Twilio/)
* [The Wonders of Wolfram Alpha](http://PowerShellPipeworks.com/The%20Wonders%20of%20Wolfram%20Alpha/)
* [Using Azure Table Storage in Pipeworks](http://PowerShellPipeworks.com/Using%20Azure%20Table%20Storage%20in%20Pipeworks/)
* [Simplified SQL](http://PowerShellPipeworks.com/Simplified%20SQL/)
* [Building with Blob Storage](http://PowerShellPipeworks.com/Building%20with%20Blob%20Storage/)
* [Publishing Pipeworks to Azure](http://PowerShellPipeworks.com/Publishing%20Pipeworks%20to%20Azure/)
* [Looking Up Locations With Resolve-Location](http://PowerShellPipeworks.com/Looking%20Up%20Locations%20With%20Resolve-Location/)
#### Join Windows and Web
* [Why Windows](http://PowerShellPipeworks.com/Why%20Windows/)
* [Scripting with Superglue](http://PowerShellPipeworks.com/Scripting%20with%20Superglue/)
* [Integrated Intranet](http://PowerShellPipeworks.com/Integrated%20Intranet/)
* [Simpler SEO](http://PowerShellPipeworks.com/Simpler%20SEO/)