Commit c52f19d4 authored by Gao, Shang's avatar Gao, Shang
Browse files

added instructions to mount Crossbow NFS

parent 75bac60c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
###ckan install instructions for fresh CADES Cloud CentOS 7.2 instance
###author: Shang Gao
###date: Jan 25 2017
###date: Jan 31 2017
###version: 1.01

#connect to instance
@@ -139,3 +139,9 @@ on https://cloud.cades.ornl.gov/ create new security group with rule that allows
cd /usr/lib/ckan/default/src/ckan
nohup paster serve /etc/ckan/default/development.ini &

#to mount Crossbow Network File System
sudo vi /etc/fstab
    #add the following entry
    cades-nex3-v206-data-vip.ornl.gov:/volumes/or-data/cades-crossbow  /data         nfs     defaults 0 0