PromyLOPh / hpcguix-web

(Unmaintained fork)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hpcguix-web

Hello! hpcguix-web is the GNU Guix package browser that runs on the Guix-HPC web site and at hpcguix.op.umcutrecht.nl. It provides a handy package browser that requires JavaScript. The list of packages that it displays is automatically updated periodically. You can customize it, for instance by specifying the list of channels to use as the source of packages, or by changing the appearance of package pages.

To run it yourself, you need to install Guix and run the following commands:

# Set up a proper environment and build the source code
guix shell --pure -Df environment.scm
autoreconf -vfi
./configure
make

# Run the web interface
./env ./hpcguix-web

Guix System also provides a service that allows you to set it up by adding a single line to the services field of your operating system declaration.

Please send bug reports and suggestions to bug-guix@gnu.org. Enjoy!

About

(Unmaintained fork)

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 88.0%Language:Scheme 9.1%Language:CSS 1.6%Language:Makefile 0.8%Language:M4 0.4%Language:Shell 0.1%