[beagleboard] Re: Beaglebone Black and Web Servers?

2014-11-03 Thread Nick Apperley
Have answers to some of your questions. See the replies below:

(i) Apache
(ii)Linux (Debian or Ubuntu)

Not sure if Django can be installed on the BBB. Will largely depend upon 
whether or not Django uses any native C/C++ libraries.


On Saturday, 11 January 2014 16:37:07 UTC+13, COG wrote:
>
> Hi:
>
> I am a newbie to the Beaglebone arena and I have some questions dealing 
> with which web server(s) to use.  
>
> (i) What is a good web server(s) to use?
> (ii) On which Operating System?
> (iii) Can Django be installed on the Beaglebone Black?
> (iv) If Yes, what would I have to do?  E.g. Where to find the install file 
> and instructions?
>
> *Note:*  I have experience programming in both Java and Python; and using 
> the OS Ubuntu and a desktop.
>
> Regards
> COG
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Beaglebone Black and Web Servers?

2014-11-03 Thread Nick Apperley
Couldn't find anything conclusive about Django and the BBB (Beaglebone 
Black). However I found this blog post 

 
on Django and the Raspberry PI. Looking at the blog post it looks as though 
Django doesn't use any native C/C++ libraries, which means it can be used 
on both X86 (eg Linux laptop/desktop) and Arm platforms (eg BBB/Raspberry 
Pi). Since the Raspberry Pi uses Debian some minor changes might need to be 
made to install Django when using Ubuntu even though it is based on Debian.


On Saturday, 11 January 2014 16:37:07 UTC+13, COG wrote:
>
>
> (iii) Can Django be installed on the Beaglebone Black?
> (iv) If Yes, what would I have to do?  E.g. Where to find the install file 
> and instructions?
>
> *Note:*  I have experience programming in both Java and Python; and using 
> the OS Ubuntu and a desktop.
>
> Regards
> COG
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Beaglebone Black and Web Servers?

2014-11-03 Thread janszymanski12345
There is already nodejs installed on BBB, you can simply run webserver 
using it.http://nodejs.org/ 

On Saturday, 11 January 2014 14:37:07 UTC+11, COG wrote:
>
> Hi:
>
> I am a newbie to the Beaglebone arena and I have some questions dealing 
> with which web server(s) to use.  
>
> (i) What is a good web server(s) to use?
> (ii) On which Operating System?
> (iii) Can Django be installed on the Beaglebone Black?
> (iv) If Yes, what would I have to do?  E.g. Where to find the install file 
> and instructions?
>
> *Note:*  I have experience programming in both Java and Python; and using 
> the OS Ubuntu and a desktop.
>
> Regards
> COG
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Beaglebone Black and Web Servers?

2015-01-16 Thread Phil
(iii) Django can be installed. "apt-get install python-django"

On Tuesday, 4 November 2014 11:40:21 UTC+11, Nick Apperley wrote:
>
> Have answers to some of your questions. See the replies below:
>
> (i) Apache
> (ii)Linux (Debian or Ubuntu)
>
> Not sure if Django can be installed on the BBB. Will largely depend upon 
> whether or not Django uses any native C/C++ libraries.
>
>
> On Saturday, 11 January 2014 16:37:07 UTC+13, COG wrote:
>>
>> Hi:
>>
>> I am a newbie to the Beaglebone arena and I have some questions dealing 
>> with which web server(s) to use.  
>>
>> (i) What is a good web server(s) to use?
>> (ii) On which Operating System?
>> (iii) Can Django be installed on the Beaglebone Black?
>> (iv) If Yes, what would I have to do?  E.g. Where to find the install 
>> file and instructions?
>>
>> *Note:*  I have experience programming in both Java and Python; and 
>> using the OS Ubuntu and a desktop.
>>
>> Regards
>> COG
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.