forked from mustafaramadhan/kloxo
-
Notifications
You must be signed in to change notification settings - Fork 9
/
how-to-install.txt
63 lines (37 loc) · 1.46 KB
/
how-to-install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
KloxoNG install instructions
###############################
Note: Cento 7 is at End of life
###############################
To continue to run Centos 7 you need to switch the Centos repository over to the vault.centos.org archive
To do this, replacement copies of CentOS-Base.repo and CentOS-Vault.repo must be installed
First do a minimum install of Centos 7 (CentOS-7-x86_64-Minimal-2009.iso)
If necessary activate network connectivity with
nmtui
Running the following from your command line should do this.
sudo curl -O https://kloxo.org/centos7/eolrepofix
sudo sh eolrepofix
###############################
A. pre-install -- better for fresh install
cd /
# update centos to latest version
yum update -y
# install some packages like package-cleanup, etc
yum install yum-utils yum-priorities vim-minimal curl zip unzip -y
yum install telnet wget -y
cd /
B. Install kloxoNG
- Install/reinstall/upgrade -- data not destroyed with this fork
for existing Kloxo (6.1.x), run 'sh /script/update' first. (don't trust this - needs to be confirmed )
# move to /tmp
cd /tmp
# remove old rpm
rm -f kloxong*
# install rpm (read Warning)
rpm -ivh https://github.com/KloxoNGCommunity/kloxong/raw/initial-rpm/kloxong-release.rpm
# move to /
cd /
# update
yum clean all
yum update kloxong-* -y
yum install kloxong -y
sh /script/upcp