Re: Hosting Guile web applications

2020-01-19 Thread Nala Ginrut
Oh, I forget to promote Guix which should be the preferred way for installing other useful Guile packages. :-) On Sun, Jan 19, 2020, 17:03 Ricardo Wurmus wrote: > > Nala Ginrut writes: > > > And you may install it with Docker that may save your lot of time: > > > https://nalaginrut.com/archives

Re: Hosting Guile web applications

2020-01-19 Thread Jeremy Korwin-Zmijowski
Le dimanche 19 janvier 2020 à 10:03 +0100, Ricardo Wurmus a écrit : > Nala Ginrut writes: > > > And you may install it with Docker that may save your lot of time: > > https://nalaginrut.com/archives/2019/09/18/install%20gnu%20artanis%20with%20docker > > Or with Guix: > > guix install artanis

Re: Hosting Guile web applications

2020-01-19 Thread Jeremy Korwin-Zmijowski
Le dimanche 19 janvier 2020 à 10:08 +0100, Ricardo Wurmus a écrit : > Jérémy Korwin-Zmijowski writes: > > > I would like to know where/how do you host your web applications > > written in Guile. > > For all my web applications I have them listen on a port on localhost > only. I use nginx to lis

Re: Hosting Guile web applications

2020-01-19 Thread Ricardo Wurmus
Jérémy Korwin-Zmijowski writes: > I would like to know where/how do you host your web applications written in > Guile. For all my web applications I have them listen on a port on localhost only. I use nginx to listen for requests from the outside and proxy them to the local application. To

Re: Hosting Guile web applications

2020-01-19 Thread Ricardo Wurmus
Nala Ginrut writes: > And you may install it with Docker that may save your lot of time: > https://nalaginrut.com/archives/2019/09/18/install%20gnu%20artanis%20with%20docker Or with Guix: guix install artanis -- Ricardo

Re: Hosting Guile web applications

2020-01-18 Thread Nala Ginrut
And you may install it with Docker that may save your lot of time: https://nalaginrut.com/archives/2019/09/18/install%20gnu%20artanis%20with%20docker On Sun, Jan 19, 2020 at 3:24 AM Nala Ginrut wrote: > Hi Jeremy! > You make take a look at https://artanis.dev > > Best regards. > > > On Sat, Jan

Re: Hosting Guile web applications

2020-01-18 Thread Nala Ginrut
Hi Jeremy! You make take a look at https://artanis.dev Best regards. On Sat, Jan 18, 2020 at 11:29 PM Jérémy Korwin-Zmijowski < jer...@korwin-zmijowski.fr> wrote: > Hello Guilers !! Hope you are doing well. > > I would like to know where/how do you host your web applications written > in Guile.