Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/getting-started/servers/centos7.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ sudo firewall-cmd --add-service=http --permanent
sudo firewall-cmd --reload
```

#### Change /etc/sudoers settings

Comment string "Defaults requiretty" to avoid error "sudo: sorry, you must have a tty to run sudo", that prevents Java service from starting. Details here https://github.com/cBackup/main/issues/18

```
#sudo visudo

Find string and comment it out with #

#Defaults requiretty
```

#### Download cbackup RPM and install it

```bash
Expand Down