Skip to content

UMCUGenetics/hpcguix-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
www
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!