FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

preparation:fhhome:fh.env.html



Top#Preparation

$FHHOME/fh.env

# FastHandle Environment
#
# source /home/fasthandle/fhhome/fh.env  with  ~/.bashrc
#
export FHHOME="/home/fasthandle/fhhome"
export FHLINUX="/home/fasthandle/fhhome/linux"
export FHWIN="/home/fasthandle/fhhome/win"
export FHOTHERS="/home/fasthandle/fhhome/others"

export PATH="$PATH:$FHLINUX/bin:."
cd ${FHLINUX}

# I don't need .pyc files. So I don't make .pyc files.
export PYTHONDONTWRITEBYTECODE=1


Top#Preparation



preparation/fhhome/fh.env.html.txt ยท Last modified: 2019/02/11 00:50 by kurihara