Add obsolete notic in the "Manual installation" article. (#413)

This commit is contained in:
Arthur Ma 2018-08-06 21:11:42 +08:00 коммит произвёл GitHub
Родитель ced400d5dc
Коммит 6c9d0223cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 9 добавлений и 39 удалений

Просмотреть файл

@ -1,32 +0,0 @@
---
title: "Manual installation"
permalink: /docs/installation/
excerpt: "Instructions for manually install tools and packages."
variable:
- platform: windows
name: Windows
- platform: macos
name: macOS
- platform: ubuntu
name: Ubuntu
last_modified_at: 2018-8-4
---
{% include switch.html content = page.variable %}
## Installation
**Notice:** [Azure IoT Workbench](https://aka.ms/iot-workbench) is the new tool for developing on IoT DevKit. If you are looking for old experiences by using the installer, you can find it [here]({{"/docs/legacy/installation" | absolute_url}}).
{: .notice--warning}
Please follow this [tutorial]({{"/docs/get-started/#install-development-environment" | absolute_url}}) to setup the development environment for developing on IoT DevKit.
We suggest you use the [installation package]({{"/docs/get-started/#a-download-latest-package" | absolute_url}}) to install everything automatically. If you have problems on using the one-click install experience, follow these steps to manually install tools and packages for IoT DevKit development.
## Next Steps
You are all set! It's time to build your first IoT application by following instructions in [Projects Catalog]({{"/docs/projects/" | absolute_url }}).

Просмотреть файл

@ -1,6 +1,6 @@
---
title: "[Obsoleted] Manual installation"
permalink: /docs/legacy/installation/
title: "Manual installation"
permalink: /docs/installation/
excerpt: "[] Instructions for manually install tools and packages."
variable:
- platform: windows
@ -12,10 +12,12 @@ variable:
last_modified_at: 2018-8-4
---
**Notice:** We strongly recommend you to use [Azure IoT Workbench](https://aka.ms/iot-workbench) for developing on IoT DevKit.
**Notice:** This article is only for the old experiences by using the installer, and will be obsoleted soon.
we strongly recommend you to use [Azure IoT Workbench](https://aka.ms/iot-workbench) which has much better experiences on both installation and development for developing on IoT DevKit.
You can follow this [tutorial]({{"/docs/get-started" | absolute_url}}) to install [Azure IoT Workbench](https://aka.ms/iot-workbench) and start up the new journey with IoT DevKit.
{: .notice--warning}
We suggest you use the [installation package]({{"/docs/get-started/#a-download-latest-package" | absolute_url}}) to install everything automatically. If you have problems on using the one-click install experience, follow these steps to manually install tools and packages for IoT DevKit development.
If you have problems on using the one-click install experience, follow these steps to manually install tools and packages for IoT DevKit development.
{% include switch.html content = page.variable %}
@ -135,7 +137,7 @@ Download and install [Visual Studio Code for macOS](https://code.visualstudio.co
mv [.zip extracted folder] ~/azure-board-cli
cd ~/azure-board-cli
```
b. Install npm packages:
```
npm install
@ -146,13 +148,13 @@ Download and install [Visual Studio Code for macOS](https://code.visualstudio.co
You can install Azure Marketplace extensions directly in Visual Studio Code.
1. Select the extensions icon in the left pane, search for **Arduino**, and then select **Install**:
![installation-extensions]({{"/assets/images/installation-extensions-mac.png" | absolute_url}})
![installation-extensions]({{"/assets/images/installation-extensions-mac.png" | absolute_url}})
2. Open **Preference > Settings**, add a line within the **USER SETTINGS** pane and save:
```json
"arduino.path": "/Applications"
```
**Note:** Make sure the Arduino path is set the right location you have installed your Arduino IDE.
{: .notice}