On Mon, Jun 16, 2014 at 12:59 PM,  <[email protected]> wrote:
> I've compiled Debian 3.8 for the Beaglebone Black (from the RCN git
> repository) and have it running on an SD card. My Beaglebone Black has an
> active Ethernet connection. I opened a Firefox connection to the BBB from my
> PC (running Ubuntu). The connection is successful but with the following
> message-
>
> It works!
>
> This is the default web page for this server.
>
> The web server software is running but no content has been added, yet.
>
> I would like to clone the BBB webserver setup as well as find and install
> copies of the Node.js and Cloud 9 IDE that are pre-compiled and shipped with
> the Beaglebone Black if they exist for Debian.
>
> Did I miss something during the build or do I get what I need from a
> different Beaglebone Black git repository someone else is maintaining?


Add this repo, which includes a backported nodejs with npm included:

asc key:
https://raw.githubusercontent.com/beagleboard/image-builder/master/target/keyring/debian.beagleboard.org-archive-keyring.asc

sudo apt-key add debian.beagleboard.org-archive-keyring.asc

Then add too: /etc/apt/sources.list

deb http://debian.beagleboard.org/packages wheezy-bbb main
deb-src http://debian.beagleboard.org/packages wheezy-bbb main

sudo apt-get update
sudo apt-get install nodejs nodejs-legacy npm

cloud9 is installed here:

https://github.com/beagleboard/image-builder/blob/master/target/chroot/beagleboard.org.sh#L223

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to