Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caillat Michel
yafits
Commits
e3fdeb18
Commit
e3fdeb18
authored
Nov 15, 2019
by
Caillat Michel
Browse files
Removed unneeded file
parent
7cfb484a
Changes
1
Hide whitespace changes
Inline
Side-by-side
yafits.bashrc.dist
deleted
100644 → 0
View file @
7cfb484a
#/usr/bin/bash
#
# This script defines a number of environment variable conditionning
# the functionning of yafits on a given machine.
# A special attention must be paid to the comments for each variable
#
# Values are given as as many examples.
#
# Where are the FITS files ( top directory )
# Ensure that the directory and its content are readable
# by anybody or at least by gid==1001
#
export YAFITS_FITSDIR=/datartemix/ALMA/FITS
#
# Where will the temporary PNG files, OBJ files and log files be written.
# Ensure that the directories are writable by anybody or at least
# by gid==1001
#
export YAFITS_PNGDIR=/tmp
export YAFITS_LOGDIR=/tmp
export YAFITS_OBJDIR=/tmp
#
# Which port will be used for the servers.
# Up to you.
#
export YAFITSS_PORT=4252
export YAFITSV_PORT=3022
#
# On which machine yafits will run
# For the time being the two variables MUST BE EQUAL.
#
export YAFITSS_HOST=juliette.obspm.fr
export YAFITSV_HOST=juliette.obspm.fr
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment