Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
chroot $CHROOT
yum install 
yum install vim
yum install shadow-utils.x86_64 ## needed for useradd and so on.. 
yum install util-linux-ng ## needed for some uuid gen that ES wants
## yum install log4j.x86_64 # not sure if that is needed

yum install squirro-storage-node-users
yum install squirro-storage-node
yum install squirro-storage-node-users
yum install squirro-storage-node


# need to edit monit and mysql RC file, comment out the line sourcing >>>> #. /etc/sysconfig/network
# probbably must reinstall all squirro packages now.. 
# in our case the build mysql user was missing, then in the next iteration the bulk DB was not there, the iteration after, all was there

# chown 777 /dev/shm
# chmod -R 777 /etc/elasticsearch   ## probbably not optimal, have not tested it more fine grained..
# chmod +x /etc

/etc/init.d/nginx start

## if webinterface is firewalled
iptables -D FORWARD 1
iptables -D INPUT 5

...