You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
567 B

3 years ago
#!/bin/sh
BASEDIR=$(dirname $0)
cpwd=$PWD
echo $BASEDIR
cd $BASEDIR
3 years ago
#sudo -u node gem install fluentd --no-doc
#sudo -u node gem install fluent-plugin-mongo
#sudo -u node gem install oj
#sudo -u node gem install json
#sudo -u node gem install async-http
#sudo -u node gem install ext_monitor
#sudo -u node gem install gem sources --clear-all
gem install fluentd --no-doc
gem install fluent-plugin-mongo
gem install oj
gem install json
gem install async-http
gem install ext_monitor
3 years ago
#gem install gem sources --clear-all
3 years ago
3 years ago
cp fluent.conf /fluentd/etc/