Testing Hydra

Install PostgreSQL. On NixOS, you need to configure configuration.nix with authentication = "local ..." and switch to root before running psql postgres.

Then follow the instructions here to get Hydra (add channel, install, set environment variables etc).

hydra-create-user to make an admin role, then run sudo hydra-server. Go to http://localhost:3000.

 
0
Kudos
 
0
Kudos

Now read this

When linking goes wrong

I have a Haskell application that needs to be deployed to a server. I took the route of having CircleCI copy the binary after stack install to a S3 bucket, and have an Ansible playbook that copies the binary to the server and launch it... Continue →