all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Introducing GNUPaste
@ 2017-12-14 18:37 Kristofer Buffington
  2017-12-15  9:13 ` ng0
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kristofer Buffington @ 2017-12-14 18:37 UTC (permalink / raw)
  To: guile-user, help-guix

Hello!

I am excited to share GNUPaste! This is a really simple web app
similar to paste.lisp.org built with Guile. I have a linode running it
from git on GuixSD.

https://paste.freshbakedyams.com (Please use it!)
Source: https://github.com/kristoferbuffington/gnupaste.git

Currently the frontend uses twitter bootstrap + jquery and highlightjs
from a CDN. It really doesn't need all that boilerplate. It will
definitely change in the future. GNUPaste depends on guile-wiredtiger
and guile-fibers to compile. 

Ultimately I want to be able to deploy with something like:

$ guix system disk-image gnupaste-system.scm

Then boot it up in a VPS.

I need to fix some issues with autotools before it can be installed with
make. My issue is creating a consistent test-env because configure
substitutes @localstatedir@ (root/gnupaste/config.scm.in) with a
path/to/wt that is not in the build tree. I'm planning to imitate
guix.git/build-aux/test-env in that regard.

Otherwise, I would really appreciate some feature suggestions,
especially if it involves using pubstrate!

Thanks!
Kris

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-12-17 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 18:37 Introducing GNUPaste Kristofer Buffington
2017-12-15  9:13 ` ng0
2017-12-15 11:00 ` Ludovic Courtès
2017-12-16 16:53   ` Kristofer Buffington
2017-12-15 18:14 ` Mike Gerwitz
2017-12-16 15:46   ` Kristofer Buffington
2017-12-17 16:02 ` Hartmut Goebel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.