mirror of https://github.com/tteck/Proxmox.git
Final touches
This commit is contained in:
parent
0370c8798c
commit
10135712f1
install
|
@ -16,6 +16,8 @@ update_os
|
|||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y curl
|
||||
$STD apt-get install -y sudo
|
||||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y apt-transport-https
|
||||
$STD apt-get install -y gnupg
|
||||
msg_ok "Installed Dependencies"
|
||||
|
@ -28,11 +30,13 @@ msg_ok "Set up Elastic Repository"
|
|||
msg_info "Installing Kibana"
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y kibana
|
||||
|
||||
echo 'export PATH=/usr/share/kibana/bin:$PATH' >>~/.bashrc
|
||||
export PATH=/usr/share/kibana/bin:$PATH
|
||||
msg_ok "Installed Kibana"
|
||||
|
||||
msg_info "Configuring hostname"
|
||||
IP=$(hostname -I | awk '{print $1}')
|
||||
sed -i -E "s/#server.host: \"localhost\"/server.host: \"${IP}\"/" /etc/kibana/kibana.yml
|
||||
sed -i -E "s/#server.host: \"localhost\"/server.host: \"0.0.0.0\"/" /etc/kibana/kibana.yml
|
||||
msg_ok "Configured hostname"
|
||||
|
||||
msg_info "Creating Service"
|
||||
|
|
Loading…
Reference in New Issue