Changeset 785
- Timestamp:
- Feb 8, 2012 3:18:21 PM (11 years ago)
- Location:
- epd_deployment
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
epd_deployment/README.txt
r611 r785 10 10 off-site or laboratory employees working off-site." 11 11 12 It is planned that a separate directory rooted at this point will 13 be used for eachinstalled system architecture (OS, CPU type, and word size).12 A separate directory rooted at this point is used for each 13 installed system architecture (OS, CPU type, and word size). 14 14 15 15 The initial planned deployment is: -
epd_deployment/deployment.sh
r645 r785 135 135 [ -f ./libca.so ] && /bin/rm ./libca.so 136 136 /bin/ln -s ./${EPICS_LIB_FILE} ./libca.so 137 # FIXME: Also need to copy libCom.so 137 138 fi 138 139 PATH=${EPD_DEPLOYMENT_DIR}/lib:${PATH} -
epd_deployment/install-solaris-x86.sh
r626 r785 11 11 # EPD installment/deployment procedure for /APSshare 12 12 13 SRC=/APSshare/epd/downloads/epd-7. 1-2-SunOS_5.10-x86_64.sh13 SRC=/APSshare/epd/downloads/epd-7.2-2-SunOS_5.10-x86.sh 14 14 LIBCA=/APSshare/epics/base-3.14.11/lib/solaris-x86-v10-gnu/libca.so.3.14 15 15 EPD_ROOT=/APSshare/epd 16 16 17 17 # pre-deployment test conditions 18 SRC=/home/oxygen/JEMIAN/Downloads/epd-7.1-2-SunOS_5.10-x86.sh 19 LIBCA=/APSshare/epics/base-3.14.11/lib/solaris-x86-v10-gnu/libca.so.3.14 20 EPD_ROOT=/home/beams/JEMIAN/epd 21 18 #SRC=/home/oxygen/JEMIAN/Downloads/epd-7.2-2-SunOS_5.10-x86.sh 19 #LIBCA=/APSshare/epics/base-3.14.11/lib/solaris-x86-v10-gnu/libca.so.3.14 20 #EPD_ROOT=/home/oxygen/JEMIAN/sandbox 22 21 23 22 ./deployment.sh ${SRC} ${LIBCA} ${EPD_ROOT}
Note: See TracChangeset
for help on using the changeset viewer.