Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 5, 2014
1 parent 2ab415c commit 65d0337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/install/INSTALL.md
Expand Up @@ -31,7 +31,7 @@ See the example file [barbossa/install/apache/bareos.conf](https://github.com/fb

You might configure your Apache manually or copy the example configuration with wget from the git repo, e.g.

```cd /etc/apache2/conf.d```
```cd /etc/apache2/conf.d``` \\
```wget https://raw2.github.com/fbergkemper/barbossa/master/install/apache/bareos.conf```

### Configure the database connection
Expand All @@ -47,7 +47,7 @@ For testing and development the easiest way is to add the user under which apach

Next, setup bconsole can be executed under Apache webserver.

```chown root:bareos /usr/sbin/bconsole```
```chmod 750 /usr/sbin/bconsole```
```chown root:bareos /etc/bareos/bconsole.conf```
```chown root:bareos /usr/sbin/bconsole``` \\
```chmod 750 /usr/sbin/bconsole``` \\
```chown root:bareos /etc/bareos/bconsole.conf``` \\
```chmod 740 /etc/bareos/bconsole.conf```

0 comments on commit 65d0337

Please sign in to comment.