2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-17 04:57:53 +02:00
Commit graph

11 commits

Author SHA1 Message Date
Philipp Holzer 392c896a4e
Fixing cron.sh 2018-05-22 21:47:37 +02:00
Philipp Holzer 1362cc34ca
Fixed cron.sh & update
- restored script `friendica` for update & wrapper purpose
- fixed `cron.sh`
2018-05-21 21:32:26 +02:00
Philipp Holzer ce49a5994b
Fixing travis tests
- Fixing output verbosity
2018-05-20 22:33:29 +02:00
Philipp Holzer 22a3d48c9f
Fixing update
- "exit 0" when explicit updating Friendica
2018-05-20 22:13:05 +02:00
Philipp Holzer f3b3fe5e39
Fixing travis tests
- Fixing `git clone` at develop-branch to pipe the output to /dev/null
2018-05-20 22:07:54 +02:00
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