Skip to content

Commit

Permalink
instruction pour construire le paquet
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoma committed Aug 28, 2024
1 parent cc1c477 commit b7fd794
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Open-source software under the AGPL V3 license.
- [Debian/Ubuntu](installation.md#debian)
- [Docker](installation.md#docker)
- [Linux Alpine](installation.md#alpine)
- [Package](installation.md#package)

## Configuration

Expand Down
10 changes: 10 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,13 @@ cat <<EOF >>/var/www/signaturepdf/config/config.ini
PDF_STORAGE_PATH=/var/www/signaturepdf/tmp
EOF
```

## [Package](#package)

You can also build a Debian (or Debian-like) package (`.deb`) by issuing the following command :
```
make deb
```

Make sure you have the `devscripts` package installed. The file will be in the newly created `target` directory.
You can also customize some parameters in the [Makefile](./Makefile)

0 comments on commit b7fd794

Please sign in to comment.