Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
systemverwaltung:user_info:howto:www [2020/05/13 15:06]
admin
systemverwaltung:user_info:howto:www [2021/12/02 11:27] (aktuell)
Zeile 1: Zeile 1:
 ====== Webserver User Access ====== ====== Webserver User Access ======
-Installiere brew und sshfs +===== MacOSX with OSXfuse and sshfs =====
-  - 1.installing brew+
  
-  $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/+First of all you need to have **VPN** with anyconnect:  
 +https://www.hiz-saarland.de/dienste/vpn/ 
 +(without VPN you need to use our **jumphost** ''styx'' configured)
  
-  * install/master/install.sh)" +Install ''brew'', ''osxfuse'' and ''sshfs'' 
-  - 2.installing wget+ 
 +The Dollar sign stands for MacOSX ''terminal'' command prompt. You should type all commands after the Dollar sign. 
 + 
 +Replace ''ag-prof'' with your group login to the webserver not equivalent with login for Math Department. 
 + 
 +The path for ''/users/local/'' should be adapted to your local username. 
 + 
 +  installing brew 
 + 
 +  $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 
 + 
 +  installing wget for testing purpose
  
   $brew install wget   $brew install wget
  
-  - 3.install osxfuse and sshfs+  install osxfuse and sshfs
  
   $brew cask install osxfuse   $brew cask install osxfuse
   $brew install sshfs   $brew install sshfs
  
-  - 4.local directory+  local directory
  
   $mkdir ~/MatheWebPublic   $mkdir ~/MatheWebPublic
  
-  - 5.sshfs mounting with webserver+  sshfs mounting with webserver
  
   $sshfs ag-prof@www.math.uni-sb.de:/exports/ag/ag-prof /Users/local/MatheWebPublic   $sshfs ag-prof@www.math.uni-sb.de:/exports/ag/ag-prof /Users/local/MatheWebPublic
  
-  - 6.repeat last two steps for non public folders+  repeat last two steps for non public folders
  
   $mkdir ~/MatheWebNonPublic   $mkdir ~/MatheWebNonPublic
   $sshfs ag-prof@www.math.uni-sb.de:/home/ag/ag-prof /Users/local/MatheWebNonPublic   $sshfs ag-prof@www.math.uni-sb.de:/home/ag/ag-prof /Users/local/MatheWebNonPublic
  
-  - 7.weblinks+  weblinks
     - Brew for MacOS X: https://brew.sh/index_de     - Brew for MacOS X: https://brew.sh/index_de
     - How to install sshfs on MacOSX: https://linuxize.com/post/how-to-use-sshfs-to-mount-remote-directories-over-ssh/     - How to install sshfs on MacOSX: https://linuxize.com/post/how-to-use-sshfs-to-mount-remote-directories-over-ssh/
 +
  

QR-Code
QR-Code systemverwaltung:user_info:howto:www (erstellt für aktuelle Seite)