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

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Jan 21, 2014
1 parent 6e475fe commit fab32cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -21,6 +21,8 @@ Currently, there is no official release available, but there are some screenshot
* PHP 5.3.3 or later; we recommend using the latest PHP version whenever possible
* PHP PDO Extension
* PHP intl Extension
* PHP PHAR Extension
* PHP OpenSSL Extension
* Zend Framework 2.2.x or later
* A Browser of your choice with JavaScript enabled

Expand Down
9 changes: 8 additions & 1 deletion install/README.md
Expand Up @@ -11,7 +11,7 @@ Please follow these steps to get a working barbossa for development purposes on
2. Get the current version from github.

```
git clone git@github.com:fbergkemper/barbossa.git
git clone https://github.com/fbergkemper/barbossa.git
```

3. cd into the barbossa directory
Expand All @@ -25,6 +25,13 @@ git clone git@github.com:fbergkemper/barbossa.git

See the example file [barbossa/install/apache/barbossa.conf](https://github.com/fbergkemper/barbossa/blob/master/install/apache/barbossa.conf) .

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

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

### Configure the database connection

1. Open the file barbossa/config/autoload/global.php and edit it to your needs. Currently only PostgreSQL has been tested.
Expand Down

0 comments on commit fab32cd

Please sign in to comment.