bug fix for exec: "php-fpm": executable file not found in $PATH

pull/2/head
Brock Freeman 8 years ago
parent 0a499fdf6a
commit bc37721beb

@ -1,3 +1,9 @@
localhost:2015 0.0.0.0
fastcgi / 127.0.0.1:9000 php # php variant only
startup php-fpm # php variant only fastcgi / 127.0.0.1:9000 php
startup php-fpm7
log stdout
errors stdout

@ -1,6 +1,9 @@
# using https://hub.docker.com/r/abiosoft/caddy/ # using https://hub.docker.com/r/abiosoft/caddy/
FROM abiosoft/caddy:php FROM abiosoft/caddy:php
# essential php libs to run phpLiteAdmin
RUN apk add --no-cache php7-pdo_sqlite
# load Caddyfile # load Caddyfile
ADD Caddyfile /etc/Caddyfile ADD Caddyfile /etc/Caddyfile

@ -1,5 +1,9 @@
# phpLiteAdmin # phpLiteAdmin
Website: http://www.phpliteadmin.org/
Bitbucket: https://bitbucket.org/phpliteadmin/public/
## What is phpLiteAdmin? ## What is phpLiteAdmin?
phpLiteAdmin is a web-based SQLite database admin tool written in PHP with phpLiteAdmin is a web-based SQLite database admin tool written in PHP with
@ -9,6 +13,12 @@ that is dropped into a directory on a server and then visited in a browser.
There is no installation required. The available operations, feature set, There is no installation required. The available operations, feature set,
interface, and user experience is comparable to that of phpMyAdmin. interface, and user experience is comparable to that of phpMyAdmin.
## News
**13.12.2016: Just released phpLiteAdmin 1.9.7! [Download now](https://bitbucket.org/phpliteadmin/public/downloads/phpLiteAdmin_v1-9-7.zip)**
**05.07.2015: Just released phpLiteAdmin 1.9.6! [Download now](https://bitbucket.org/phpliteadmin/public/downloads/phpLiteAdmin_v1-9-6.zip)**
## Features ## Features
- Lightweight - consists of a single 200KB source file for portability - Lightweight - consists of a single 200KB source file for portability
@ -36,11 +46,11 @@ interface, and user experience is comparable to that of phpMyAdmin.
## Demo ## Demo
A live demo of phpLiteAdmin can be found here: A live demo of phpLiteAdmin can be found here:
http://demo.phpliteadmin.christosoft.de/ http://demo.phpliteadmin.org/
## Requirements ## Requirements
- a server with PHP >= 5.2.0 installed - a server with PHP >= 5.2.4 installed
- at least one PHP SQLite library extension installed and enabled: PDO, - at least one PHP SQLite library extension installed and enabled: PDO,
SQLite3, or SQLiteDatabase SQLite3, or SQLiteDatabase
@ -49,14 +59,10 @@ and enabled by default so no custom action is necessary.
## Download ## Download
The files in the source repositories are for development. The files in the source repositories are meant for development, not for use in production.
You can find the latest stable single-file version here:
https://bitbucket.org/phpliteadmin/public/wiki/DownloadLinks
The latest single-file version of the development version can be found here:
https://phpliteadmin.christosoft.de/phpliteadmin.zip
You can find the latest downloads here:
http://www.phpliteadmin.org/download/
## Installation ## Installation

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save