You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ A recipe is the script you run. It calls multiple helper scripts. These curren
20
20
## You may want to customize the scripts
21
21
These scripts should cover a lot of what you need but will not likely match your personal preferences exactly. In this case please fork the project and change the scripts however you desire. We really appreciate PR's back to this project if you have recommended changes.
22
22
23
-
*Note: To use the Readme links for your fork you'll need to update the links to refer to your fork as follows:*
23
+
*Note: The one-click links use the following format. When working out of a different Fork or Branch you'll want to update the links as follows:*
For more info on testing your changes take a look at the [contribution guidelines](CONTRIBUTING.md).
@@ -42,9 +42,10 @@ To run a recipe script, click a link in the table below from your target machine
42
42
|<ahref='http://boxstarter.org/package/url?https://raw.githubusercontent.com/Microsoft/windows-dev-box-setup-scripts/master/dev_web_nodejs.ps1'>Web NodeJS</a> | Web Dev with NodeJS (Web + NodeJS LTS)¹ |
43
43
|<ahref='http://boxstarter.org/package/url?https://raw.githubusercontent.com/Microsoft/windows-dev-box-setup-scripts/master/dev_ml_windows.ps1'>Machine Learning Windows</a>| Machine Learning with only Windows native tools |
44
44
|<ahref='http://boxstarter.org/package/url?https://raw.githubusercontent.com/Microsoft/windows-dev-box-setup-scripts/master/dev_ml_wsl.ps1'>Machine Learning Linux</a>| Machine Learning with Linux tools running on WSL |
45
+
|<ahref='http://boxstarter.org/package/url?https://raw.githubusercontent.com/Microsoft/windows-dev-box-setup-scripts/master/devops_azure.ps1'>DevOps Azure</a>| Client setup for DevOps with Azure |
1. If you are using WSL there's a followup step we recommend after running the setup script. When the script finishes you will only have a root user with a blank password. You should manually create a non-root user via `$ sudo adduser [USERNAME] sudo`
Before you begin, please read the [Legal](#Legal) section.
3
+
4
+
To run a recipe script, click a link in the table below from your target machine. This will download the Boxstarter one-click application, and prompt you for Boxstarter to run with Administrator privileges (which it needs to do its job). Clicking yes in this dialog will cause the recipe to begin. You can then leave the job unattended and come back when it's finished.
5
+
6
+
## Customize the scripts
7
+
These scripts should cover a lot of what you need but will not likely match your personal preferences exactly. In this case please fork the project and change the scripts however you desire. We really appreciate PR's back to this project if you have recommended changes.
8
+
9
+
*Note: The one-click links use the following format. When working out of a different Fork or Branch you'll want to update the links as follows:*
|<ahref='http://boxstarter.org/package/url?https://raw.githubusercontent.com/Microsoft/windows-dev-box-setup-scripts/master/demos/chocolateyfest2018.ps1'>ChocolateyFest 2018</a> | DevOps tools and some examples of personalization |
17
+
|| Add to this list by submitting a PR with your example configuration! |
18
+
19
+
# Contributing
20
+
Do you want to contribute? We would love your help. Here are our <ahref="CONTRIBUTING.md">contribution guidelines</a>.
0 commit comments