Commit Graph

27 Commits

Author SHA1 Message Date
Andrei Condurachi 4fa4ed87b1 PHP ini comments update 2020-11-18 15:54:51 +02:00
Andrei Condurachi 0b384c0035 PHP ini config updates 2020-11-18 15:18:59 +02:00
Andrei Condurachi 38a1f9df62 Readme update 2020-11-18 14:25:10 +02:00
Sebastian Buck 97787363e6
Updated Dockerfile and Readme to php 7.4 (was 7.3) (#27)
* Updated to php7.4

* Updated to php7.4
2020-08-10 11:18:31 -06:00
Mathieu 150f811378
Upgrade php version 7.3 to 7.4 (#28) 2020-08-10 11:17:50 -06:00
Andy Miller b8014e871d
GD build params changed 2020-08-04 11:39:42 -06:00
Joshua Kuestersteffen 8157203d41
Add doc about persistence and docker-compose (#24)
* Update README documentation

Update documentation about persisting data.
Add documentation about using docker-compose

* Tweak wording
2020-08-04 11:36:57 -06:00
rouja 1858f38e52
Disable expose_php and set ServerTokens ProductOnly in apache config to improve security (#22) 2020-04-27 15:13:21 -06:00
Pierre Grimaud 3ae7b8c68f
Fix typos (#23) 2020-04-25 16:46:51 -06:00
Andy Miller 47c803cb0a
keep examples inline 2020-03-04 11:42:13 -07:00
Andy Miller 8cd14d818c
typo 2020-03-04 11:20:20 -07:00
Andy Miller 4e688de722
uyse latest version of Grav and removed checksum check 2020-03-04 11:14:20 -07:00
Andy Miller 00b969a49d
remove intl.so causing errors 2020-03-04 11:09:43 -07:00
Andy Miller 52012912c0
Typo 2020-01-23 16:05:46 -07:00
Andy Miller 8db9a1c8e0
tab issues 2020-01-22 12:47:21 -07:00
John Mica 9bd822221f added a few extenstions for PHP (#7)
considering that Grav can be used internationally, i've added the `intl` extension and it's auto configuration. 
also i've enabled the `intl` extenstion

- at least that is what i believe i did considering https://github.com/docker-library/php/issues/57#issuecomment-238077158

Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2020-01-22 12:45:07 -07:00
__cyp c8c88ac820 Update Dockerfile (#15)
Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2020-01-22 12:39:11 -07:00
Joda Stößer fb824bc18b Update Grav to current version (incrementally) (#16)
* Updated Grav version to 1.5.6

* Updated Grav version to 1.5.7

* Updated Grav version to 1.5.8

* Updated Grav version to 1.5.9

* Updated Grav version to 1.5.10

* Updated Grav version to 1.6.0

* Updated Grav version to 1.6.1

* Updated Grav version to 1.6.2

* Updated Grav version to 1.6.3

* Updated Grav version to 1.6.4

* Updated Grav version to 1.6.5

* Updated Grav version to 1.6.6

* Updated Grav version to 1.6.7

* Updated Grav version to 1.6.8

* Updated Grav version to 1.6.9

* Updated Grav version to 1.6.10

* Updated Grav version to 1.6.11

* Updated Grav version to 1.6.12

* Updated Grav version to 1.6.13

* Updated Grav version to 1.6.14

* Updated Grav version to 1.6.15

* Updated Grav version to 1.6.16

* Updated Grav version to 1.6.17

* Updated Grav version to 1.6.18

* Updated Grav version to 1.6.19

Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2020-01-22 12:33:17 -07:00
Rotzbua d94c4836e7 optimize apt-get step (#18)
source: https://www.fromlatest.io/#/

Line 8: Consider `--no-install-recommends` (Optimization)
Consider using a --no-install-recommends when apt-get installing packages. This will result in a smaller image size.

Line 8: apt-get update with matching cache rm (Optimization)
Use of apt-get update should be paired with rm -rf /var/lib/apt/lists/* in the same layer.
2020-01-22 12:32:19 -07:00
eloquentcarbon 02c559e868 Update to version 1.6.16 and make production use ready (#17)
* Update to php:7.3-apache base docker image

* Update Grav version to 1.6.16

Add missing libzip-dev dependency.

* Add persistent volume

* Add cron support

* Add vi editor

Allows editing files when using `docker exec -it <container> /bin/bash`

* Correct vi editor install

* Updated README.md for version 1.6.16

Since the data volume is automatically persisted removed the extra information regarding volume mapping.
2020-01-22 12:31:37 -07:00
Philipp Wallrich c5ee3da9aa updated Readme (#6)
http://localhost/8000 should be http://localhost:8000, at least on my machine
2019-10-01 12:19:27 -06:00
Andy Miller c8b5d72dad Updated Grav version 2018-12-02 10:28:14 -07:00
Andy Miller a75614edd7
Added expires apache mod + php settings 2018-09-20 21:24:38 -06:00
Andy Miller bddde74c50
Update README.md 2018-09-13 21:58:04 -06:00
Andy Miller 9efd92ce51
Updated README 2018-09-13 17:31:34 -06:00
Andy Miller 7eee9d5e35
Initial commit 2018-09-13 17:17:18 -06:00
Djamil Legato 3281e9388d
Initial commit 2018-09-12 16:18:01 -07:00