mirage / mirage-www

Website infrastructure and content for mirage.io
https://mirage.io
ISC License
171 stars 106 forks source link

mirage-www install instructions out of date #467

Closed GemmaG closed 8 years ago

GemmaG commented 8 years ago
avsm commented 8 years ago

partially fixed, need to address how to install opam 1.2.2 on debian stable (no packages available??) and also bring back CentOS 7...

talex5 commented 8 years ago

opam 1.2.2 installs fine on Debian/stable for me:

~ $ docker run -it debian:stable /bin/bash
root@190a13e8b0dc:/# apt-get update
root@190a13e8b0dc:/# apt-get install ca-certificates curl 0install-core --no-install-recommends -y
root@190a13e8b0dc:/# 0install add opam http://tools.ocaml.org/opam.xml
root@190a13e8b0dc:/# opam --version
1.2.2
avsm commented 8 years ago

perfect, thanks @talex5! I'll recommend the use of 0install rather than a longwinded backport approach then.