Skip to content

beagleboard/bone101

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit behind jadonk:gh-pages.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

bone101

Getting started information for BeagleBone and BeagleBone Black written in BoneScript

The content here is presented by the default web server running with the demonstration Linux distributions provided on BeagleBone and BeagleBone Black. It is written in HTML and makes use of the BoneScript server running on the board and BoneScript JavaScript library running in these HTML pages.

Installed directory structure (/var/lib/cloud9)

  • README.md - This file
  • LICENSE - Licenses for various components used in 'bone101'
  • autorun - Directory to drop scripts in to run automatically on every reboot
  • examples - Directory with scripts and demos you can run on your board
  • .c9 - Directory with configurations for Cloud9 IDE

Other places where bone101 gets installed

  • /usr/share/bone101 - The built files for serving via the default web server
  • /usr/share/applications/bone101.desktop - Icon for opening a browser to 'bone101'
  • /usr/local/lib/node_modules - Libraries required by the examples other than bonescript

Building from source

git clone https://github.com/beagleboard/bone101
cd bone101
sudo apt-get update
sudo apt-get install jekyll
make
sudo make install PREFIX=/usr

Style

To simplify style conflicts, please use the following tools to clean-up the styles:

About

Web-hosted documentation on BeagleBone enhanced with BoneScript and live-running tutorials

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.2%
  • HTML 15.8%
  • CSS 4.9%
  • Makefile 0.1%