Commit f0da99d4 authored by Yusei Tahara's avatar Yusei Tahara

Delete setup_fluentd.sh

parent 527cbffe
#!/bin/bash
# You can setup erp5 in your computer without ipv6.
# You must use a machine which has at least two cpu cores.
set -x
apt-get update
apt-get install -y wget git xz-utils
echo "deb http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_8.0/ ./" | tee /etc/apt/sources.list.d/slapos.list
wget -O- "http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_8.0/Release.key" | apt-key add -
apt-get update
apt-get install -y slapos-node
slapos configure local
wget -O /etc/opt/slapos/slapos.cfg https://lab.nexedi.cn/yusei/a/raw/master/slapos.cfg
wget -O /etc/opt/slapos/computer_definition.cfg https://lab.nexedi.cn/yusei/a/raw/master/computer_definition.cfg
slapos proxy start
slapos node format --now
slapos supply https://lab.nexedi.cn/yusei/fluentd/raw/master/software.cfg local_computer
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment