2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-26 11:46:04 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Philipp Holzer eb7399e6f2
Fixing travis tests
- deleting `friendica` binary (not usable in docker environments)
- adding the business logic to `entrypoint.sh`
- quiet installation of Friendica (reason for Travis-fails!)
2018-05-20 21:55:54 +02:00
Philipp Holzer 3aebb1ac08
Replaced every "exit" in the friendica CLI with "return"
This should possibly fix the Travis.yml test
2018-05-20 16:54:57 +02:00
Philipp Holzer 7e2bfa10c4
friendica cli improvement
`friendica update` now pulls the latest git changes of the develop-branch
2018-05-20 16:34:47 +02:00
Philipp Holzer 0826aaefa9
Improvements and Examples
- Adding `sendmail` feature to `apache` and `fpm`
- Adding section `.examples/dockerfiles`
- Adding section `.examples/dockerfiles/cron` to combine app & external cron-jobs
- Adding section `.examples/dockerfiles/smtp` for further SMTP-settings
2018-05-20 15:44:03 +02:00
Philipp Holzer 57afa34813
Fixed composer.phar "update" to "install" (because in both cases, we use "install") 2018-05-19 13:14:49 +02:00
Philipp Holzer 6ea2875ebf
Init the Friendica Docker Repository
- Added develop images (apache, fpm, fpm-alpine)
- Added stable images 3.6 (apache, fpm, fpm-alpine)
- Added .travis.yml for testing
2018-05-18 21:20:22 +02:00