From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.lisp.guile.user Subject: Re: Hosting Guile web applications Date: Sun, 19 Jan 2020 10:03:14 +0100 Message-ID: <87r1zvx1gt.fsf@elephly.net> References: <230A2EF2-6B77-4B66-BAC4-66370DB1B86C@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="6274"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.2.0; emacs 26.3 Cc: guile-user@gnu.org To: Nala Ginrut Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Jan 19 10:03:42 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1it6Uf-0001ad-RB for guile-user@m.gmane-mx.org; Sun, 19 Jan 2020 10:03:41 +0100 Original-Received: from localhost ([::1]:48586 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1it6Ue-0001yb-J9 for guile-user@m.gmane-mx.org; Sun, 19 Jan 2020 04:03:40 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45375) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1it6UT-0001yB-Dg for guile-user@gnu.org; Sun, 19 Jan 2020 04:03:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1it6US-0007Tv-G7 for guile-user@gnu.org; Sun, 19 Jan 2020 04:03:29 -0500 Original-Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1it6US-0007Tl-8b for guile-user@gnu.org; Sun, 19 Jan 2020 04:03:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1579424601; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; bh=oCurvczCNDq2qhskc2EsyAsvLeN6pwFafbB3WmP22l0=; b=R9oeZsNOrqgztBlozin4itpVmwJMP5D+kypcv5/LR+M/pR9ueUrp4T6c6BvMFuk7 93Gc2Lo1UqmpinXlvEl44wG8HO6Xwc5wku0gJe+pqErioeArUJ0qn3Dfz4ywVnuNaoj EAoFNj5zpzF3J/0kqINebsLA5z8ZMKpCeA/hhCu4= Original-Received: from localhost (p4FD5A2FA.dip0.t-ipconnect.de [79.213.162.250]) by mx.zohomail.com with SMTPS id 1579424597843799.8310842000649; Sun, 19 Jan 2020 01:03:17 -0800 (PST) In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 136.143.188.51 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16076 Archived-At: 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