We Have GuixSD (and so PantherX) on DigitalOcean from now!
@roptat sure, thanks for informing me about this change 👍
@ramajd
Can I point you at a shell script in the guix repo which automates a fair amount of it? https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-install.sh
I also use it in my Travis-ci builds https://gitlab.com/Efraim/my-guix/blob/master/.travis.yml
The only real 'gotcha' for running it on Debian is you need to su to root and then run 'bash guix-install.sh', it doesn't work with Debian's dash.
@efraim It's a useful script, thanks. I wish I found that before 😉
Cool :)
Well, the title is misleading.
"In order to Install GuixSD on DigitalOcean, we need a fresh droplet with at least 2GB of memory. In this tutorial we use a Debian 9.7 droplet instance as our starting point, and we are installing GuixSD 1.0.1 on it. using other distributions, you might need to change some parts by yourself."
All in all it's a good writeup of previous work like this (I've done so and never bothered to write it into great length). So, really nice :)
Would be really neat if DO could get GuixSD images at some point.