Changeset 89
- Timestamp:
- Jul 6, 2009, 5:31:37 PM (15 years ago)
- Location:
- nutchez-0.1
- Files:
-
- 1 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/bin/nutchez
r77 r89 12 12 #. "$bin"/nutchez-func.sh 13 13 14 export NUTCH_CONF_DIR=~/.nutchez 15 export HADOOP_CONF_DIR=~/.nutchez 14 export NUTCH_CONF_DIR=~/.nutchez/conf 15 export HADOOP_CONF_DIR=~/.nutchez/conf 16 16 export NUTCH_LOG_DIR=~/.nutchez/log 17 17 -
nutchez-0.1/bin/nutchez-func.sh
r88 r89 15 15 # copy from /etc/nutch 16 16 mkdir ~/.nutchez 17 cp -rf /etc/nutch/ * ~/.nutchez17 cp -rf /etc/nutch/conf ~/.nutchez/ 18 18 mkdir ~/.nutchez/log 19 cp -rf /etc/nutch/sav ~/.nutchez/ 19 20 chown -R $LOGNAME:$LOGNAME ~/.nutchez 20 21 fi -
nutchez-0.1/debian/nutchez.install
r80 r89 1 conf/* etc/nutch 1 conf etc/nutch 2 sav etc/nutch 3 README etc/nutch 2 4 bin opt/nutch 3 5 bin/nutchez* usr/local/bin
Note: See TracChangeset
for help on using the changeset viewer.