[beagleboard] Re: BeagleBone Black web server

2015-11-09 Thread mark
I too was looking where to simply put my html so my BBB would be a web server. I didn't want to have to install a new server or anything and have to disable the old one. Turns out, for me at least, it's quite simple. have a rev C Beaglebone Black with "Debian Image 2015-03-01" "using linux

asic Re: [beagleboard] Re: Beaglebone Black Web Server

2015-02-18 Thread 'Mark Lazarewicz' via BeagleBoard
16, 2015 10:41 AM Subject: [beagleboard] Re: Beaglebone Black Web Server Hello Kenu!The BBB comes with an active webserver already running on it.  I wanted to do the same thing as you originally.  You can access the website as soon as you boot up the BBB, then you can use the website to access

[beagleboard] Re: Beaglebone Black Web Server

2015-02-16 Thread Steve French
Hello Kenu! The BBB comes with an active webserver already running on it. I wanted to do the same thing as you originally. You can access the website as soon as you boot up the BBB, then you can use the website to access the Cloud9 IDE to browse through all of the relevant Website files. As

[beagleboard] Re: Beaglebone Black Web Server

2015-01-14 Thread janszymanski12345
another option (to apache, lighttpd, ...) is nodejs http://nodejs.org/ On Wednesday, January 14, 2015 at 3:41:31 AM UTC+11, kenu...@gmail.com wrote: Greetings, everyone! I want to set up my Beaglebone Black as a web server so that it can host a website. But I am extremely new to

[beagleboard] Re: Beaglebone Black Web Server

2015-01-14 Thread cl
kenuna...@gmail.com wrote: [-- multipart/alternative, encoding 7bit, 60 lines --] [-- text/plain, encoding 7bit, charset: UTF-8, 26 lines --] Greetings, everyone! I want to set up my Beaglebone Black as a web server so that it can host a website. But I am extremely new to

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread William Hermans
It might be helpful if you told us why it does not work. On Tue, Jun 17, 2014 at 8:15 AM, Michael Thompson thompsonmichael...@gmail.com wrote: This didn't work either. I am losing all hope that I will ever get this thing to work. I guess I will try again later today and maybe some magic

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread Michael Thompson
Yeah, that's why I am going to retry it later today. I followed the last instructions before I left for work and didn't keep notes on which steps failed and why. I am going to start from a fresh install this afternoon and keep track of what happens so that I will be able to give more detail

[beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread Michael Thompson
This didn't work either. I am losing all hope that I will ever get this thing to work. I guess I will try again later today and maybe some magic will happen. On Monday, June 16, 2014 9:54:22 PM UTC-7, crazybucket wrote: You do use the /var/www directory for apache. The problem, as someone

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread William Hermans
Micheal, The best solution IMHO would be to start with a minimal or bare filesystem, and install *only* the packages that you need. But this means you're going to have to take time and learn how to do so. Using these instructions: http://eewiki.net/display/linuxonarm/BeagleBone+Black You would

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread Michael Thompson
Hi William, I have actually been reading about how to do a netinstall all morning. Never a better time than now to learn something useful, right? I think I may give this a go in the next few days. Thanks for the advice :) On Tuesday, June 17, 2014 8:44:50 AM UTC-7, William Hermans wrote:

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread Wilfredo Nieves
In all honesty I don't think you have to disable the default web server. A few months back I picked up a my book live nas and cracked it open to find that the hardware was similar to BBB. So I decided to see if I could do something similar with the BBB and I got it working but I don't remember

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-17 Thread Wilfredo Nieves
Correction it was OwnCloud not open cloud. On Jun 17, 2014 4:45 PM, Wilfredo Nieves wilfred019...@gmail.com wrote: In all honesty I don't think you have to disable the default web server. A few months back I picked up a my book live nas and cracked it open to find that the hardware was similar

[beagleboard] Re: BeagleBone Black web server

2014-06-16 Thread Michael Thompson
So I gave up on my Debian install and downloaded a Ubuntu image and installed that. Upon startup I found the image does not have a GUI so I decided to not even mess with that either (I'll get there someday) so I downloaded a new Debian ISO and was hoping that a fresh install would fix my

[beagleboard] Re: BeagleBone Black web server

2014-06-16 Thread crazybucket
You do use the /var/www directory for apache. The problem, as someone else mentioned, is that there is another webserver running on it out of the box, so you need to disable it and the associated mess with systemctl: systemctl disable cloud9.service systemctl disable gateone.service systemctl

Re: [beagleboard] Re: BeagleBone Black web server

2014-06-08 Thread William Hermans
Micheal while you're at it, try . .. *# which apache* And let us know what your shell outputs. Just incase there is any confusion, the above command is issued as root, or regular user using sudo. On Sun, Jun 8, 2014 at 12:20 PM, William Hermans yyrk...@gmail.com wrote:

[beagleboard] Re: BeagleBone Black web server

2014-06-07 Thread Janek
Hi, Don't know about Debian, but if with default Angstrom image, you have to either stop the nodejs webserver or use a different port (192.168.7.2:port, where port is your port number) if you use another webserver as well. Jan On Saturday, June 7, 2014 3:07:15 PM UTC+10, Michael Thompson