unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* guix package web UI?
@ 2017-05-23  6:48 Louis Pearson
  2017-05-23  7:48 ` Ricardo Wurmus
  2017-05-24 23:07 ` Fox
  0 siblings, 2 replies; 6+ messages in thread
From: Louis Pearson @ 2017-05-23  6:48 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

From reading around on the internet, it appears that there was a web ui in
the process
of being made for guix at some point. I can't seem to find any evidence of
an actual
web UI being made. I'm not much of an emacs person (too used to atom
keybindings),
so I would be really interested in a web ui for managing guix, enough to
spend some
time working on it. In the interest of not duplicating effort, Is there any
work being done
on this front, or should I start something new?

[-- Attachment #2: Type: text/html, Size: 573 bytes --]

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

* Re: guix package web UI?
  2017-05-23  6:48 guix package web UI? Louis Pearson
@ 2017-05-23  7:48 ` Ricardo Wurmus
       [not found]   ` <CANcpSKX4nZZdB-f7_yzBHKgoJrppWpsAWuP+QYX606HUn-bFsw@mail.gmail.com>
  2017-05-24 23:07 ` Fox
  1 sibling, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2017-05-23  7:48 UTC (permalink / raw)
  To: Louis Pearson; +Cc: guix-devel


Hi Louis,

> From reading around on the internet, it appears that there was a web ui in
> the process
> of being made for guix at some point. I can't seem to find any evidence of
> an actual
> web UI being made. I'm not much of an emacs person (too used to atom
> keybindings),
> so I would be really interested in a web ui for managing guix, enough to
> spend some
> time working on it. In the interest of not duplicating effort, Is there any
> work being done
> on this front, or should I start something new?

The original sources for the web interface are here:

    https://git.dthompson.us/guix-web.git

I maintain a fork for http://guix.mdc-berlin.de, sources are here:

    https://github.com/BIMSBbioinfo/guix-web

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

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

* Re: guix package web UI?
       [not found]   ` <CANcpSKX4nZZdB-f7_yzBHKgoJrppWpsAWuP+QYX606HUn-bFsw@mail.gmail.com>
@ 2017-05-24  6:48     ` Ricardo Wurmus
       [not found]       ` <CANcpSKUABUP176TD_tOkaz4mZv933xLq6M0mb1uwV+L+piCtOA@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2017-05-24  6:48 UTC (permalink / raw)
  To: Louis Pearson; +Cc: guix-devel


Hi Louis,

(+ guix-devel)

> Hmm. I can't get it to compile. It throws this error when running in the
> environment:
>
> ice-9/boot-9.scm:109:20: In procedure #<procedure fd28c0 at
> ice-9/boot-9.scm:100:6 (thrown-k . args)>:
> ice-9/boot-9.scm:109:20: no code for module (gnu packages)
> make: *** [Makefile:755: guix/web/controller.go] Error 1

What command did you run to get this error?

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

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

* guix package web UI?
  2017-05-23  6:48 guix package web UI? Louis Pearson
  2017-05-23  7:48 ` Ricardo Wurmus
@ 2017-05-24 23:07 ` Fox
  1 sibling, 0 replies; 6+ messages in thread
From: Fox @ 2017-05-24 23:07 UTC (permalink / raw)
  To: guix-devel

On 05/23/17 08:48, Louis Pearson wrote:
> I'm not much of an emacs person

I second that, I am neither. I understand this is not really considered 
a proper GNU developer posting, yet it needed to be said. ty. o-o

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

* Re: guix package web UI?
       [not found]       ` <CANcpSKUABUP176TD_tOkaz4mZv933xLq6M0mb1uwV+L+piCtOA@mail.gmail.com>
@ 2017-05-25  5:16         ` Ricardo Wurmus
  2017-05-25  5:19           ` Louis Pearson
  0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2017-05-25  5:16 UTC (permalink / raw)
  To: Louis Pearson; +Cc: guix-devel


Hi Louis,

please always Cc the list.  I’m not able to investigate this now, but
others might be.

Forwarded message:

> On Wed, May 24, 2017 at 1:48 AM, Ricardo Wurmus <rekado@elephly.net> wrote:
>
>>
>> > Hmm. I can't get it to compile. It throws this error when running in the
>> > environment:
>> >
>> > ice-9/boot-9.scm:109:20: In procedure #<procedure fd28c0 at
>> > ice-9/boot-9.scm:100:6 (thrown-k . args)>:
>> > ice-9/boot-9.scm:109:20: no code for module (gnu packages)
>> > make: *** [Makefile:755: guix/web/controller.go] Error 1
>>
>> What command did you run to get this error?
>>
>>
> I ran:
> guix environment -l env.scm
> ./autogen.sh
> ./configure
> make

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

* Re: guix package web UI?
  2017-05-25  5:16         ` Ricardo Wurmus
@ 2017-05-25  5:19           ` Louis Pearson
  0 siblings, 0 replies; 6+ messages in thread
From: Louis Pearson @ 2017-05-25  5:19 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

On Thu, May 25, 2017 at 12:16 AM, Ricardo Wurmus <rekado@elephly.net> wrote:

>
> Hi Louis,
>
> please always Cc the list.  I’m not able to investigate this now, but
> others might be.
>
>
Sorry! I'll try to do that in the future.

[-- Attachment #2: Type: text/html, Size: 570 bytes --]

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

end of thread, other threads:[~2017-05-25  5:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23  6:48 guix package web UI? Louis Pearson
2017-05-23  7:48 ` Ricardo Wurmus
     [not found]   ` <CANcpSKX4nZZdB-f7_yzBHKgoJrppWpsAWuP+QYX606HUn-bFsw@mail.gmail.com>
2017-05-24  6:48     ` Ricardo Wurmus
     [not found]       ` <CANcpSKUABUP176TD_tOkaz4mZv933xLq6M0mb1uwV+L+piCtOA@mail.gmail.com>
2017-05-25  5:16         ` Ricardo Wurmus
2017-05-25  5:19           ` Louis Pearson
2017-05-24 23:07 ` Fox

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).