- Raspberry Pi Mechatronics Projects HOTSHOT
- Sai Yamanoor Srihari Yamanoor
- 224字
- 2021-07-23 20:31:38
Installation of the Raspberry Pi WebIDE
We will get started by using a remote login client such as PuTTY to remotely log in to the Raspberry Pi and install the Adafruit WebIDE. In order to get started with examples from the Adafruit repository, we need a Bitbucket account, and Adafruit provides detailed instructions for this at http://learn.adafruit.com/webide/getting-started.
Engage thrusters
- Once we have logged in, the Adafruit learning system's website recommends executing the following to install the web server:
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master/scripts/install.sh | sudo sh
- It should take about five minutes to finish the installation. If the installation was successful, we should be able to see the message marked in the following screenshot:
Successful completion of the Adafruit WebIDE installation
- Assuming the installation was successful, we should be able to launch the Adafruit WebIDE using http://raspberrypi.local.
Adafruit WebIDE launched for the first time
- In order to make use of the examples from Adafruit Industries, we need to create a Bitbucket account (it is possible to create one with a Google account) and integrate the WebIDE with the Bitbucket account. The instructions for this are provided on the web page, as shown in the preceding screenshot.
Objective complete – mini debriefing
If the installation was successful, after completion of the registration, we are done with this task. Let's move on and learn to code using the WebIDE!
推薦閱讀
- Visual C++實例精通
- Instant QlikView 11 Application Development
- Android系統原理及開發要點詳解
- Node.js開發指南
- Arduino計算機視覺編程
- 計算機應用基礎項目化教程
- Learning Ionic
- PyQt編程快速上手
- Instant Automapper
- SQL Server 2012 數據庫應用教程(第3版)
- Learning Dynamics NAV Patterns
- C語言程序設計實驗指導教程
- CISSP in 21 Days(Second Edition)
- Java EE應用開發及實訓
- Python Geospatial Analysis Cookbook