New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/nicolasmartin/DepsInstall (diff) – NEMO

Changes between Version 2 and Version 3 of user/nicolasmartin/DepsInstall


Ignore:
Timestamp:
2019-06-25T15:22:50+02:00 (5 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/nicolasmartin/DepsInstall

    v2 v3  
    44 
    55== LaTeX 
    6  
    7 As the server can't access Internet to download and install $LaTeX$ from TeX Live mirrors, a workaround solution was to carry out a portable installation from an external system followed by a basic copy to the server. 
    86 
    97{{{#!box width='50em' 
     
    1715$ ./install-tl 
    1816}}} 
    19    Add `--portable` option if you plan to build a standalone installation to copy on a remote server 
    2017 
    21183. At least, choose the minimal scheme and follow the hints from [https://en.wikibooks.org/wiki/LaTeX/Installation#Custom_installation_with_TeX_Live the LaTex wikibook] 
     
    3027$ tlmgr install $( cat path/to/DEPS ) 
    3128}}} 
    32    and/or add the missing ones 
    33 {{{#!console 
    34 $ tlmgr install [...] 
    35 }}} 
    3629 
    37 5. Check the compilation of LaTeX document(s) 
     305. Check the compilation of LaTeX document(s) and add the missing packages if needed 
    3831 
    3932}}} 
     
    4134{{{#!box width='50em' 
    4235 
    43 =  
     36= Make an external copy of a LaTeX installation 
    4437 
    45 6. Copy the installation directory  
     386. LaTeX must have been build as a standalone installation:  
     39   run the installer script with `install-tl --portable` or check the portable option in the installation guide 
     40 
     417. Copy the installation directory  
    4642{{{#!console 
    4743$ scp -r /path/to/usr/local/texlive USER@HOSTNAME:usr/local 
    4844}}} 
    4945 
    50 7. Update `PATH` environment variable if needed on the server 
     468. Update `PATH` environment variable if needed 
    5147{{{#!console 
    5248$ export PATH=/path/to/texlive/bin:$PATH >> ~/.bashrc