Re: [GTALUG] Follow-on from Evan's talk: WSLg (graphics!)

2021-04-22 Thread Stewart C. Russell via talk
On 2021-04-21 7:45 p.m., Evan Leibovitch wrote:
>
> If anyone recalls my talk, one of the reasons I went to Windows and
> WSL was to get AWAY from Pulse Audio! :-)

I do remember your talk. But this Pulse Audio server will likely work,
because you can't mess with it in any meaningful way.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Docker, NodeJS and complexity

2021-04-22 Thread Jamon Camisso via talk

On 22/04/2021 09:55, William Witteman via talk wrote:
I have some existing projects to contribute to that use NodeJS and 
Docker, and I am finding that getting set up to work on them is 
extremely daunting.


I have never really used Docker.  I have never really used NodeJS/npm/etc.

I do know Javascript, but I don't build projects like this - it reminds 
me of Ruby-on-Rails, which I found to be a huge snarl of complexity.


I know that the initial development was done on Macs, but in theory at 
least, I should be able to set up the Docker container and use that to 
get me into an equivalent development environment, but I don't really 
know how.


Does anyone have a Debian-flavoured tutorial for setting up 
Docker/NodeJS so that I can build and run someone else's code?


A colleague of mine at DigitalOcean wrote this tutorial (as part of a 
larger series on running containerized Node applications on Kubernetes):


https://www.digitalocean.com/community/tutorials/how-to-build-a-node-js-application-with-docker

While it is Ubuntu 18.04 focused, the principles are the same.

To get Node & Docker working on Debian, these ought to help:

https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-debian-10

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-debian-10

Feel free to ask any follow ups here if you follow along with those, or 
email me directly if you run into any issues.


Cheers, Jamon
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Docker, NodeJS and complexity

2021-04-22 Thread Aruna Hewapathirane via talk
On Thu, Apr 22, 2021 at 9:56 AM William Witteman via talk 
wrote:

> I have some existing projects to contribute to that use NodeJS and Docker,
> and I am finding that getting set up to work on them is extremely daunting.
>
> I have never really used Docker.  I have never really used NodeJS/npm/etc.
>
> I do know Javascript, but I don't build projects like this - it reminds me
> of Ruby-on-Rails, which I found to be a huge snarl of complexity.
>
> I know that the initial development was done on Macs, but in theory at
> least, I should be able to set up the Docker container and use that to get
> me into an equivalent development environment, but I don't really know how.
>
> Does anyone have a Debian-flavoured tutorial for setting up Docker/NodeJS
> so that I can build and run someone else's code?
>
> Thanks!
>

Hello William,

Install Docker On Debian In Few Minutes 

How to install NodeJS (Any version) with NVM in Debian 10 "Buster" [OS-TLDR]


Docker-izing a NodeJS ExpressJS API - Tutorial


Type what you need to know into the youtube search text box and voila !

Hope this helps - Aruna
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Docker, NodeJS and complexity

2021-04-22 Thread Giles Orr via talk
On Thu, 22 Apr 2021 at 09:56, William Witteman via talk  wrote:
>
> I have some existing projects to contribute to that use NodeJS and Docker, 
> and I am finding that getting set up to work on them is extremely daunting.
>
> I have never really used Docker.  I have never really used NodeJS/npm/etc.
>
> I do know Javascript, but I don't build projects like this - it reminds me of 
> Ruby-on-Rails, which I found to be a huge snarl of complexity.
>
> I know that the initial development was done on Macs, but in theory at least, 
> I should be able to set up the Docker container and use that to get me into 
> an equivalent development environment, but I don't really know how.
>
> Does anyone have a Debian-flavoured tutorial for setting up Docker/NodeJS so 
> that I can build and run someone else's code?

Hi William.

Another option to consider is VirtualBox (or something like it).  I
suppose this depends on your familiarity with VB: I'm very familiar
with it, so spinning up a new machine in VB is quite straightforward
for me.  I'm not claiming VB is better (it definitely uses more
resources), just that you could find it easier if you're comfortable
with it.  I also found Docker a struggle to get started with, and
throwing a new language on top of that makes it really daunting.  Best
of luck.

-- 
Giles
https://www.gilesorr.com/
giles...@gmail.com
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Docker, NodeJS and complexity

2021-04-22 Thread William Witteman via talk
I have some existing projects to contribute to that use NodeJS and Docker,
and I am finding that getting set up to work on them is extremely daunting.

I have never really used Docker.  I have never really used NodeJS/npm/etc.

I do know Javascript, but I don't build projects like this - it reminds me
of Ruby-on-Rails, which I found to be a huge snarl of complexity.

I know that the initial development was done on Macs, but in theory at
least, I should be able to set up the Docker container and use that to get
me into an equivalent development environment, but I don't really know how.

Does anyone have a Debian-flavoured tutorial for setting up Docker/NodeJS
so that I can build and run someone else's code?

Thanks!
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk