Dear list, With ConTeXt standalone there was an easy way to update the install script and the distrivution using rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . sh ./first-setup.sh --context=latest --engine=luatex --modules=all --fonts=all For LMTX it seems that I have to download the zip from http://www.pragma-ade.nl/install.htm, extract it and then run install.sh to account for possibly updated installation scripts. Is there a resource where I can download the (unzipped) install script and binaries via rsync directly? On another note, it seems that I can't install modules and fonts in LMTX. When running mtxrun --script mtx-install.lua --help I can see the options --modules and --fonts but running bin/mtxrun --script ./bin/mtx-install.lua --update --server="..." --instance="..." --modules=all --fonts=all seems to have no effect. How do I install modules and fonts? Cheers, Henri
One just runs ./install.sh at any time to update.
Alan
On Fri, 5 Apr 2019 09:27:15 +1300
Henri Menke
Dear list,
With ConTeXt standalone there was an easy way to update the install script and the distrivution using
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . sh ./first-setup.sh --context=latest --engine=luatex --modules=all --fonts=all
For LMTX it seems that I have to download the zip from http://www.pragma-ade.nl/install.htm, extract it and then run install.sh to account for possibly updated installation scripts. Is there a resource where I can download the (unzipped) install script and binaries via rsync directly?
On another note, it seems that I can't install modules and fonts in LMTX. When running
mtxrun --script mtx-install.lua --help
I can see the options --modules and --fonts but running
bin/mtxrun --script ./bin/mtx-install.lua --update --server="..." --instance="..." --modules=all --fonts=all
seems to have no effect. How do I install modules and fonts?
Cheers, Henri
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 5/04/19 9:32 AM, Alan Braslau wrote:
One just runs ./install.sh at any time to update.
Yes, just like ./first-setup.sh for ConTeXt standalone, but how to update ./install.sh and mtxrun without downloading the whole zip every time? Cheers, Henri
Alan
On Fri, 5 Apr 2019 09:27:15 +1300 Henri Menke
wrote: Dear list,
With ConTeXt standalone there was an easy way to update the install script and the distrivution using
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . sh ./first-setup.sh --context=latest --engine=luatex --modules=all --fonts=all
For LMTX it seems that I have to download the zip from http://www.pragma-ade.nl/install.htm, extract it and then run install.sh to account for possibly updated installation scripts. Is there a resource where I can download the (unzipped) install script and binaries via rsync directly?
On another note, it seems that I can't install modules and fonts in LMTX. When running
mtxrun --script mtx-install.lua --help
I can see the options --modules and --fonts but running
bin/mtxrun --script ./bin/mtx-install.lua --update --server="..." --instance="..." --modules=all --fonts=all
seems to have no effect. How do I install modules and fonts?
Cheers, Henri
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 5/04/19 9:32 AM, Alan Braslau wrote:
One just runs ./install.sh at any time to update.
Yes, just like ./first-setup.sh for ConTeXt standalone, but how to update ./install.sh and mtxrun without downloading the whole zip every time? you don't, install.sh doesn't need updating (at least not often) ... and an update doesn't download a zip unless you have wiped everything and
On 4/4/2019 10:36 PM, Henri Menke wrote: the bin dir is updated too ... all is pretty similar to first-install (we just don't use rsync) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 4/5/2019 12:09 AM, Alan Braslau wrote:
On Thu, 4 Apr 2019 23:11:42 +0200 Hans Hagen
wrote: (we just don't use rsync)
As rsync can be problematic for some locations (TCP port 873 blocked) without the ability to tunnel.
indeed, especially in schools
http is most often open. right and rsync is also very unix centric so on windows one has to use cygwin (bah) or a mingw version (hard to get); also the rsync protocol is sometimes updated so then you need matching versions
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 4/4/2019 10:27 PM, Henri Menke wrote:
Dear list,
With ConTeXt standalone there was an easy way to update the install script and the distrivution using
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . sh ./first-setup.sh --context=latest --engine=luatex --modules=all --fonts=all
For LMTX it seems that I have to download the zip from http://www.pragma-ade.nl/install.htm, extract it and then run install.sh to
first=setup.sh never changed so there was no reason to download that, and the idea is that install.sh also is rather stable (and like fitst-setup it also updates)
account for possibly updated installation scripts. Is there a resource where I can download the (unzipped) install script and binaries via rsync directly?
currently not, you can just rerun the install script and it will only fetch new files (which is pretty fast) (unzipping the beta zip in texmf-context probably works ok too but that won't update binaries)
On another note, it seems that I can't install modules and fonts in LMTX. When running
mtxrun --script mtx-install.lua --help
I can see the options --modules and --fonts but running
for modules and fonts you have to wait till mojca has the garden up and running (for now you can just copy the subtrees from a regular installation) (i don't have such a local fonts tree as my own fonts tree is way larger and i don't want mixups)
bin/mtxrun --script ./bin/mtx-install.lua --update --server="..." --instance="..." --modules=all --fonts=all
seems to have no effect. How do I install modules and fonts?
see above Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Alan Braslau
-
Hans Hagen
-
Henri Menke