Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorianvo committed Jun 12, 2015
1 parent 3d62745 commit b4fdfc0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From now the hooks set are:
- Write file

## Installation instructions (Linux)
This app requires the [statsd-php-client](https://github.com/liuggio/statsd-php-client). Before we can install it we need to get some dependencies. The first dependency is ``git`` so we can clone the **statsd-php-client** repo:
This app requires the [statsd-php-client](https://github.com/liuggio/statsd-php-client). Before we can install it we need to get some dependencies. The first dependency is ``git`` so we can clone this repo:

$ sudo apt-get install git

Expand All @@ -23,11 +23,7 @@ Once installed, clone this repo in the apps directory of ownCloud (i.e. ``/var/w
$ git clone https://github.com/jorianvo/eslog
$ composer install

Place the vendor directory in the **statsd-php-client** in the cloned repo:

$ sudo cp -r ~/statsd-php-client/vendor/ /var/www/owncloud/apps/eslog/

Now this app should be ready to go!
The last step is to enable the app in ownCloud.

### ownCloud

Expand Down

0 comments on commit b4fdfc0

Please sign in to comment.