Xin's BizTalk / SharePoint adventure
Tuesday, February 7, 2017
Install node-gyp
›
If you're using Windows you can now install all node-gyp dependencies with single command: $ npm install -- global -- production w...
1 comment:
Tuesday, November 8, 2016
Octopus update database by entityframework
›
Entity framework includes a tool called migrate.exe for use in deployment target to update database. We can use that one in Octopus deploym...
Tuesday, November 1, 2016
Octopus msbuild cmd to publish the nuget package
›
Just record it here in case I will need it later, msbuild /t:build /p:RunOctoPack=true /p:OctoPackPackageVersion=1.0.0-beta /p:OctoPackPub...
Sunday, August 21, 2016
How to install rabbitMQ on windows
›
I tried to follow the rabbitMQ official guide to download and install (include Erlang) but it is still not working. This blog finally save...
Monday, May 23, 2016
Detailed guides to set up docker on windows behind a firewall
›
Recently just set up a docker to work under windows behind a corporate firewall Prerequisite: - Enable VT-X in BIOS - Setup Server env...
1 comment:
Friday, April 1, 2016
Tangling with Git proxy settings in windows
›
To set up git proxy globally, you need to run this command git config --global http.proxy "http://<your proxy>:<port>...
Friday, February 12, 2016
Setting up Github with Visual Studio Code
›
Visual studio code support work with GitHub, you can reference the below link for the detailed steps, http://michaelcrump.net/using-github-...
›
Home
View web version