Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Sam Ruby
On Thu, Apr 23, 2020 at 10:43 PM Patricia Shanahan wrote: > > On 4/23/2020 7:14 PM, Sam Ruby wrote: > ... > > My bad. Uninstall yarnpkg, and then follow these instructions: > > > > https://classic.yarnpkg.com/en/docs/install#debian-stable > > > >>> sudo snap install --classic code > >>> git clone

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Patricia Shanahan
On 4/23/2020 7:14 PM, Sam Ruby wrote: ... My bad. Uninstall yarnpkg, and then follow these instructions: https://classic.yarnpkg.com/en/docs/install#debian-stable sudo snap install --classic code git clone https://github.com/rubys/whimsy-board-agenda-nodejs cd whimsy-board-agenda-nodejs yarn

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Sam Ruby
On Thu, Apr 23, 2020 at 9:53 PM Patricia Shanahan wrote: > > On 4/23/2020 4:34 PM, Sam Ruby wrote: > > On Thu, Apr 23, 2020 at 6:08 PM Patricia Shanahan wrote: > >> > >> On 4/23/2020 12:51 PM, Patricia Shanahan wrote: > >>> On 4/23/2020 12:34 PM, Sam Ruby wrote: > >> ... > 3) use a full VM,

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Patricia Shanahan
On 4/23/2020 4:34 PM, Sam Ruby wrote: On Thu, Apr 23, 2020 at 6:08 PM Patricia Shanahan wrote: On 4/23/2020 12:51 PM, Patricia Shanahan wrote: On 4/23/2020 12:34 PM, Sam Ruby wrote: ... 3) use a full VM, like VirtualBox, which is free. You should be up and running in minutes. Ubuntu 20

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Sam Ruby
On Thu, Apr 23, 2020 at 6:08 PM Patricia Shanahan wrote: > > On 4/23/2020 12:51 PM, Patricia Shanahan wrote: > > On 4/23/2020 12:34 PM, Sam Ruby wrote: > ... > >> 3) use a full VM, like VirtualBox, which is free. You should be up > >> and running in minutes. Ubuntu 20.04 came out today, and I wi

[jira] [Commented] (WHIMSY-326) Add more ICLA canned responses

2020-04-23 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090974#comment-17090974 ] Sebb commented on WHIMSY-326: - commit 3497e4237b40f26a1527b3f8843e84a779ccb42e WHIMSY-32

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Patricia Shanahan
On 4/23/2020 12:51 PM, Patricia Shanahan wrote: On 4/23/2020 12:34 PM, Sam Ruby wrote: ... 3) use a full VM, like VirtualBox, which is free.  You should be up and running in minutes.  Ubuntu 20.04 came out today, and I will be installing it shortly (first on a dual boot basis on one of my machi

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Patricia Shanahan
On 4/23/2020 12:34 PM, Sam Ruby wrote: On Thu, Apr 23, 2020 at 1:58 PM Patricia Shanahan wrote: On 4/20/2020 6:49 PM, Sam Ruby wrote: On Mon, Apr 20, 2020 at 8:38 PM Patricia Shanahan wrote: ... Docker looked to me like a good way of getting a Ubuntu environment for Whimsy development u

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Sam Ruby
On Thu, Apr 23, 2020 at 1:58 PM Patricia Shanahan wrote: > > On 4/20/2020 6:49 PM, Sam Ruby wrote: > > On Mon, Apr 20, 2020 at 8:38 PM Patricia Shanahan wrote: > ... > >> Docker looked to me like a good way of getting a Ubuntu environment for > >> Whimsy development under Windows 10. Is there a b

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Matt Sicker
Without a detailed guide, I'd imagine the Docker method is the most straightforward. If you try to follow the macOS guide and use https://chocolatey.org/ instead of homebrew, that might be sufficient depending on your familiarity with Apache httpd. You can always look through the setupmymac script

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Patricia Shanahan
What is the recommended way of setting up a local Whimsy test environment on a Windows 10 computer? On 4/23/2020 11:03 AM, Matt Sicker wrote: Production doesn't use it, and being a generic CGI in Apache type project, a container is a bit of unnecessary overhead if you don't need it. On Thu, 23

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Matt Sicker
Production doesn't use it, and being a generic CGI in Apache type project, a container is a bit of unnecessary overhead if you don't need it. On Thu, 23 Apr 2020 at 12:58, Patricia Shanahan wrote: > > On 4/20/2020 6:49 PM, Sam Ruby wrote: > > On Mon, Apr 20, 2020 at 8:38 PM Patricia Shanahan wro

Re: Getting started (Re: Porting whimsy to Node.js?)

2020-04-23 Thread Patricia Shanahan
On 4/20/2020 6:49 PM, Sam Ruby wrote: On Mon, Apr 20, 2020 at 8:38 PM Patricia Shanahan wrote: ... Docker looked to me like a good way of getting a Ubuntu environment for Whimsy development under Windows 10. Is there a better way of doing that? Given your description, I would suggest that th