Skip to content

Commit d202d4a

Browse files
authored
Update README.md
1 parent d1230df commit d202d4a

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ It installs:
66
* setup ssl certificates
77
* prepare confluence database
88

9-
*This script is not meant to cover all basis. It is created to ease the installation of confluence on a fresh Centos7 installation.*
9+
**This script is not meant to cover all basis. It is created to ease the installation of confluence on a fresh Centos7 installation. **
1010

1111
I haven't spent much time on error handling and covering all various scenarios.
12-
Tested on newly installed Centos7 machines on VM and DigitalOcean droplets.
1312

14-
Installation
13+
It is tested on newly installed Centos7 machines on VM and DigitalOcean droplets.
1514

16-
#create new instance on Centos7 (minimal will do)
17-
#yum install git
18-
#cd /opt/
19-
#git clone https://github.com/sjoulaei/install-confluence-centos.git
20-
#cd install-confluence-centos
21-
#./install-confluence.sh
15+
# Installation
16+
17+
Create a new Centos7 (minimal installation will do) installation. Login with `root` or other priveledged user and run below commands
18+
19+
yum install git
20+
cd /opt/
21+
git clone https://github.com/sjoulaei/install-confluence-centos.git
22+
cd install-confluence-centos
23+
./install-confluence.sh
2224

2325
Few questions will be asked about the details of the installation. The only one that you need to change is the password for the confluence database user. The rest can be left as default values (just press Enter).
2426

0 commit comments

Comments
 (0)