No description
Find a file
2012-11-26 12:03:10 -06:00
config bump version to 0.2.4, update changelog 2012-11-26 12:03:10 -06:00
controllers add ability to change font size, and settings structure added 2012-11-15 14:42:14 -06:00
helpers all import of os 2012-11-26 11:45:49 -06:00
logs add logs directory 2012-10-15 11:01:27 -05:00
public further cleanup, and add link back to python tutor 2012-11-26 11:46:07 -06:00
release bump version to 0.2.4, update changelog 2012-11-26 12:03:10 -06:00
scripts bump version to 0.2.4, update changelog 2012-11-26 12:03:10 -06:00
test add tests, and cleanup code 2012-10-04 16:09:37 -05:00
views add loader, and error to visualize 2012-11-21 14:04:15 -06:00
.gitignore add logs directory 2012-10-15 11:01:27 -05:00
.travis.yml add travis config 2012-11-04 14:22:19 -06:00
COPYRIGHT Update COPYRIGHT 2012-10-04 23:59:27 -05:00
GNU-AGPL-3.0 add license and copyright 2012-10-04 23:06:52 -05:00
npm-shrinkwrap.json update to use forked jsdav 2012-11-26 11:47:13 -06:00
package.json use jwcooper jsdav fork 2012-11-20 17:03:40 -06:00
README.md set for correct version, update readme for new alpha 2012-10-18 10:49:39 -05:00
server.js more changes to visualize view, handle errors, better loading, fix layout bugs 2012-11-21 11:27:10 -06:00

Adafruit WebIDE

This is a simple editor designed to help learn the Raspberry PI components, and more.

Easiest Installation

On the Raspberry PI:

curl https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh

Note: As part of the installation process, the 'webide' user is given access to sudo and sudoers, similar to the 'pi' user. This is needed in order to easily access GPIO pins from the Editor.
If you don't need these features, feel free to manually install the editor below.

Manual Installation (without process monitor)

On the Raspberry PI:

git clone git://github.com/adafruit/Adafruit-WebIDE.git
cd Adafruit-WebIDE
sudo apt-get install nodejs npm redis-server git -y
mkdir tmp
npm config set tmp tmp
npm install
vim editor/config/config.js (change port 80 to your port of choice)
node server.js

You can look at the install.sh script if you'd like a process monitor, and to install it as a daemon.

Uninstallation

On the Raspberry PI:

curl https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall.sh | sudo sh

Manual Uninstallation

On the Raspberry PI:

rm -r Adafruit-WebIDE
rm ~/.ssh/id_rsa_bitbucket*

Running the Editor

Using Firefox or Chrome (and likely any other webkit browser) on any computer in your internal network:

http://raspberrypi.local

Restart the Editor

If for any reason you need to restart the editor, you can execute the following commands in order

sudo service adafruit-webide.sh stop
sudo service adafruit-webide.sh start

Sudo is required to restart due to the editor running as the 'webide' user.

Offline Mode

Yup, there is basic support for offline mode. Just switch the 'offline' flag in the editor/config/config.js file to true when you're coding on a boat, in a submarine, or on your bicycle (not recommended).

License

The editor is licensed with AGPL Version 3. http://www.gnu.org/licenses/agpl-3.0.html

SCREENSHOTS

ScreenShot