Skip to content

Commit 7755ea6

Browse files
committed
Merge pull request #3 from essentialkaos/develop
Added install instructions to readme
2 parents ea23777 + bdc5c50 commit 7755ea6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
* Improved design of index pages
1313
* Performance tuning for highload
1414

15+
### Installation
16+
17+
###### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6
18+
19+
````
20+
yum install -y http://release.yum.kaos.io/i386/kaos-repo-6.8-0.el6.noarch.rpm
21+
yum install webkaos
22+
````
23+
24+
###### Using [rpmbuilder](https://github.com/essentialkaos/rpmbuilder)
25+
26+
````
27+
... install and configure rpmbuilder there
28+
git clone https://github.com/essentialkaos/webkaos.git
29+
cd webkaos/
30+
rpmbuilder webkaos.spec -dl SOURCES/
31+
rpmbuilder webkaos.spec -1 -V
32+
````
33+
1534
### License
1635

1736
BSD 2-clause

0 commit comments

Comments
 (0)