Skip to content

Instantly share code, notes, and snippets.

View manishkungwani's full-sized avatar

Manish Kungwani manishkungwani

View GitHub Profile
@manishkungwani
manishkungwani / userdata.ps1
Created May 16, 2017 09:23 — forked from darbio/userdata.ps1
EC2 UserData script to install IIS and configure an Octopus Deploy Tentacle
# If for whatever reason this doesn't work, check this file:
Start-Transcript -path "C:\Startup.log" -append
# Generic functions
# Log a message
function Log {
param (
[Parameter(Mandatory=$True)]
[string]$msg
)
@manishkungwani
manishkungwani / deploy-webdeploy-to-local-iis.yml
Created March 23, 2017 14:30 — forked from FeodorFitsner/deploy-webdeploy-to-local-iis.yml
Deploy Web Deploy package to local IIS using msdeploy.exe
deploy_script:
- ps: $env:package_path = $artifacts.values[0].path
- '"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package="%package_path%" -dest:auto -setParam:name="IIS Web Application Name",value="Default Web Site"'
@manishkungwani
manishkungwani / phabricator_readme.md
Created February 26, 2016 14:25 — forked from sparrc/phabricator_readme.md
Phabricator Ubuntu Installation Guide

Phabricator Ubuntu Installation Guide

This is a supplement to the official Phabricator Installation Guide, because their guide will leave you with all kinds of permission and config errors and ~15,000 setup issues on startup.

Install bonus packages:

# apt-get install mercurial subversion python-pygments sendmail imagemagick

Create necessary users and add phd-user to sudoers: