Commit Graph

20 Commits

Author SHA1 Message Date
Mukundan Sundararajan f1923d758b
Merge branch 'master' into Fabian-Schmidt-patch-1 2021-08-18 07:45:46 +05:30
Bernd Verst 74fa15fb0d Add help message for installing without sudo and admin rights 2021-07-09 15:31:07 -07:00
Newbe36524 717eed9bc7
Support to get github api from specified json path and custom asset host prefix (#648)
* Update install.ps1

Support to get github api from specified json path and custom asset host prefix

* Update install.ps1

- Add CustomAssetFactory as a function for user to custom asset url
- fix github header issue

* Update README.md

Add "For Users with Poor Network Conditions" section

* Update README.md

* Update install.ps1

* Update README.md

* Update install/README.md

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>

* Update install/README.md

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>

* Update install/README.md

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>

* Update install/install.ps1

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
2021-05-13 22:50:26 -07:00
Fabian 3f02199bed
Improve Dapr download speed. 2021-03-04 20:40:36 +01:00
Yaron Schneider 3ee9e53338
add renewed headers (#588) 2021-02-10 08:37:08 -08:00
Zheng Xi Zhou 962ef8ca4a
fix some typos in installation script (#528)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-01-06 11:43:18 -08:00
Young Bu Park a60221e964
Support version param in one liner script (#520)
* Support version params

* revert

* fix

* wip

* fix windows command line

* fix

* Update README.md
2020-11-16 16:10:01 -08:00
Van Tian 3c0ec02a16
Support path that contains spaces (#514)
Executing Install.ps1 will fail when DaprRoot contains spaces
2020-11-13 10:00:01 -08:00
Aaron Crawfis 4591a9d37b Update docs links 2020-10-23 11:18:30 -07:00
vinayada1 677ab4d5ee Add install path as a parameter 2020-05-18 11:37:38 -07:00
pruthvidhodda 9a8bda59e2
Modify install script to download release version (#287) 2020-03-03 14:26:01 -08:00
Young Bu Park 7d1f20fcb8
update powershell script message from standalone to selfhosted (#265) 2020-02-12 15:59:33 -08:00
Scott Simontis 19f2307e10 Resolve #221 Installation Failure (#236)
If a user has both PSCX and Microsoft.Powershell.Archive installed on their machine, the Expand-Archive call defaults to PSCX's version of Expand-Archive, with using -OutputPath instead of -DestinationPath. By specifying the module name before the call, we can ensure the proper version is always called and prevent an error for some users.

This will resolve issue #221
2020-01-22 20:43:03 -08:00
Greg Ingram e759a815ed Capitalized Dapr and uppercase CLI (#215)
* Capitalized Dapr

* Fixed wording

* Uppercase CLI

* Missed capitalized Dapr

* Fix uninstall description
2019-11-25 09:37:45 -08:00
Young Bu Park ef3d5e0b45 add message to ensure docker desktop use linux container mode (#167) 2019-10-18 16:42:23 -07:00
Young Bu Park 3fe15c8d2e
Support TLS 1.2/1.1/1.0 (#165) 2019-10-17 15:50:22 -07:00
Young Bu Park 41f22b9a79
Initial commit of macos and linux install script (#146)
* Initial commit of linux installation script

* sudo checking

* add more helper functions

* add licence

* Add usage

* use single commandline for macos and linux

* Add more logs
2019-10-12 20:19:36 -07:00
Young Bu Park a2d39e3b7f
Add License and add more logs to Windows install PS (#147)
* Add License
* Fix bug to add c:\dapr to user path even if path env already has it
* Rename variables
* Improve logs
2019-10-12 19:50:19 -07:00
Young Bu Park e64192d337
Use env var for windows install script and remove macos/linux command line (#143)
* Use environment variable for gh user and pat

* Remove linux and macos command line
2019-10-11 20:14:03 -07:00
Young Bu Park 9a84624949
Initial commit of windows oneline install script (#142)
* Initial commit of windows oneline install script  (#142)
2019-10-11 19:21:38 -07:00