Commit 4ec2df6ce46db2b08a6c9b43c77a34f6ce635f04

Authored by Goutte
1 parent a7ef1487

Add instructions on how to publish from outside of the network.

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
bin/publish
... ... @@ -2,14 +2,18 @@
2 2  
3 3 # Upload the sources to our production server, with minimal effort.
4 4  
5   -# CONFIGURATION ################################################################
  5 +# If you're behind the gateway, first open a SSH tunnel like so :
  6 +# ssh -L 22222:storms.irap.omp.eu:22 mbouchemit@gw.irap.omp.eu
  7 +# and then use localhost:22222 as SERVER
  8 +
  9 +# CONFIGURATION ###############################################################
6 10  
7 11 USER=mbouchemit
8 12 SERVER=storms.irap.omp.eu
9 13 REMOTE_DIR=/var/www/html/HELIOPROPA
10 14  
11 15  
12   -# COLORS #######################################################################
  16 +# COLORS ######################################################################
13 17  
14 18 Off='\033[0m' # Text Reset
15 19  
... ...