README tweaks
This commit is contained in:
parent
b10e7b0f5d
commit
2aa54e1797
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -107,11 +107,7 @@ You should see this repo as the selected candidate.
|
||||||
|
|
||||||
## Option 2: Building your own .debs
|
## Option 2: Building your own .debs
|
||||||
|
|
||||||
If you’d rather build locally, use `scripts/package.sh` which executes the Docker build process.
|
If you’d rather build locally, execute `scripts/package.sh` which in turn executes the Docker build process for each distro and PHP version.
|
||||||
|
|
||||||
```bash
|
|
||||||
./scripts/package.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
See the top of the script for the matrix of PHP versions and distros to build for.
|
See the top of the script for the matrix of PHP versions and distros to build for.
|
||||||
|
|
||||||
|
|
@ -119,6 +115,8 @@ See the top of the script for the matrix of PHP versions and distros to build fo
|
||||||
|
|
||||||
## Using SQLCipher for PHP
|
## Using SQLCipher for PHP
|
||||||
|
|
||||||
|
A basic example using two of the SQLCipher PRAGMAs (the `PRAGMA key` is mandatory as the first statement before executing any other SQL statements!):
|
||||||
|
|
||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
try {
|
try {
|
||||||
|
|
@ -198,7 +196,7 @@ Thanks to Zetetic for creating and maintaining SQLCipher, and for keeping it ope
|
||||||
|
|
||||||
## Contact / issues
|
## Contact / issues
|
||||||
|
|
||||||
You can contact me via the contact form at https://mig5.net or on GotoSocial ([@mig5@goto.mig5.net](https://goto.mig5.net/@mig5).
|
You can contact me via the contact form at https://mig5.net or on GotoSocial ([@mig5@goto.mig5.net](https://goto.mig5.net/@mig5)).
|
||||||
|
|
||||||
* Are you looking for a contract/freelance sysadmin to help harden and/or maintain your Linux infrastructure, CI/CD workflows or tighten up your security?
|
* Are you looking for a contract/freelance sysadmin to help harden and/or maintain your Linux infrastructure, CI/CD workflows or tighten up your security?
|
||||||
* In the US or Europe and need a senior Linux expert to help mentor your internal team, or handle the night shift?
|
* In the US or Europe and need a senior Linux expert to help mentor your internal team, or handle the night shift?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue