Commit Graph

32 Commits

Author SHA1 Message Date
hdget a08eebb5db
create dapr install dir before copy (#1112)
Signed-off-by: hdget <hdget@qq.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-10-03 13:17:49 -07:00
Clay Lenhart 55bc454ad9
correct spelling (#1206) 2023-02-04 23:07:51 -08:00
Huei Feng 6e366cd24b
Modify path DaprRoot add the SystemDrive environment variable (#989)
* Modify path DaprRoot add the SystemDrive environment variable

Signed-off-by: HueiFeng <695979933@qq.com>
Signed-off-by: hueifeng <695979933@qq.com>

* Update installdaprwin.yml

Signed-off-by: hueifeng <695979933@qq.com>

* Update README.md

Signed-off-by: hueifeng <695979933@qq.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-01 22:37:33 -07:00
Bernd Verst 6a7cdfd407
Remove old Dapr CLI to avoid file corruption (#885)
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-01-26 10:44:36 -08:00
Dmitry Shmulevich 0f9d0d3a89
replaced license headers (#855)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Bernd Verst 1c5e1b36b4
Install script update for Darwin ARM 64 (M1 Mac etc) support (#827)
* Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (#826)

* Add Darwin ARM64 binaries

* Update install script for Darwin Arm64

* Fix install script for M1 mac
2021-11-10 14:55:27 -08:00
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
Yaron Schneider ab67240f43
Merge branch 'master' into Fabian-Schmidt-patch-1 2021-05-08 08:14:13 -07:00
Joe Mayo 0e28873bf3 Fix Apple Silicon (M1) install.
On the MacBook Pro with Apple Silicon (M1), uname returns 'darwin'. However, the script only looked for 'linux', resulting in the install not running with sudo. The fix includes checking for 'darwin' so the script will have the proper permission to write in '/usr/local/bin'.
2021-03-19 20:23:47 -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
Charlie Stanley 21654fa51a Add support for M1 macs with amd64 compatibility layer 2020-12-30 18:31:46 -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 0d3c760436
Fix one line installer bug (#295)
* Fixes bug that downloads rc version
2020-03-10 15:42:45 -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 6998ea45c6
Add Linux one line install command (#148)
Add Linux one line install command
2019-10-14 14:11:17 -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 ea2f0b53b6
Fix token (#144) 2019-10-11 20:16:44 -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