Book Image

Raspberry Pi Embedded Projects Hotshot

Book Image

Raspberry Pi Embedded Projects Hotshot

Overview of this book

Table of Contents (20 chapters)
Raspberry Pi Mechatronics Projects HOTSHOT
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

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

  1. 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
    
  2. 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

  3. Assuming the installation was successful, we should be able to launch the Adafruit WebIDE using http://raspberrypi.local.

    Adafruit WebIDE launched for the first...