ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to update LMTX?
@ 2019-04-04 20:27 Henri Menke
  2019-04-04 20:32 ` Alan Braslau
  2019-04-04 21:06 ` Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: Henri Menke @ 2019-04-04 20:27 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to update LMTX?
  2019-04-04 20:27 How to update LMTX? Henri Menke
@ 2019-04-04 20:32 ` Alan Braslau
  2019-04-04 20:36   ` Henri Menke
  2019-04-04 21:06 ` Hans Hagen
  1 sibling, 1 reply; 7+ messages in thread
From: Alan Braslau @ 2019-04-04 20:32 UTC (permalink / raw)
  To: Henri Menke; +Cc: mailing list for ConTeXt users

One just runs ./install.sh at any time to update.

Alan


On Fri, 5 Apr 2019 09:27:15 +1300
Henri Menke <henrimenke@gmail.com> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to update LMTX?
  2019-04-04 20:32 ` Alan Braslau
@ 2019-04-04 20:36   ` Henri Menke
  2019-04-04 21:11     ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Henri Menke @ 2019-04-04 20:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <henrimenke@gmail.com> 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
>> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to update LMTX?
  2019-04-04 20:27 How to update LMTX? Henri Menke
  2019-04-04 20:32 ` Alan Braslau
@ 2019-04-04 21:06 ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2019-04-04 21:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to update LMTX?
  2019-04-04 20:36   ` Henri Menke
@ 2019-04-04 21:11     ` Hans Hagen
  2019-04-04 22:09       ` Alan Braslau
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2019-04-04 21:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/4/2019 10:36 PM, Henri Menke wrote:
> 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 
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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to update LMTX?
  2019-04-04 21:11     ` Hans Hagen
@ 2019-04-04 22:09       ` Alan Braslau
  2019-04-04 22:20         ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Alan Braslau @ 2019-04-04 22:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 4 Apr 2019 23:11:42 +0200
Hans Hagen <j.hagen@xs4all.nl> wrote:

> (we just don't use rsync)

As rsync can be problematic for some locations
(TCP port 873 blocked) without the ability to
tunnel.

http is most often open.

Alan
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to update LMTX?
  2019-04-04 22:09       ` Alan Braslau
@ 2019-04-04 22:20         ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2019-04-04 22:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/5/2019 12:09 AM, Alan Braslau wrote:
> On Thu, 4 Apr 2019 23:11:42 +0200
> Hans Hagen <j.hagen@xs4all.nl> 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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-04 22:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 20:27 How to update LMTX? Henri Menke
2019-04-04 20:32 ` Alan Braslau
2019-04-04 20:36   ` Henri Menke
2019-04-04 21:11     ` Hans Hagen
2019-04-04 22:09       ` Alan Braslau
2019-04-04 22:20         ` Hans Hagen
2019-04-04 21:06 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).