Patent Manager
==============

## Requirements

* docker
* docker-compose

## Installation

```sh
$ git clone ssh://git@gitlab.idci-consulting.fr/dynergie/patent-manager.git
$ cd patent-manager
$ chmod +x run.sh
$ ./run.sh
```

#### Installation of `composer` packages & `bower` components

```sh
$ make composer-update
$ make npm-install
$ make bower-install
```
##### To enable the pre-commit hook, run this command

```sh
$ cp vendor/bruli/php-git-hooks/hooks/pre-commit .git/hooks/
$ chmod +x .git/hooks/pre-commit
```

##### You have to set the access rights

```sh
make mod
```