mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #131] Apache Setup #54
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @norvinjohn on GitHub (Sep 29, 2017).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/131
Hi,
Can someone help me how can I this up to a standalone server with apache installed?
Thanks in advance :D
@baamenabar commented on GitHub (Sep 29, 2017):
Hello, this project is not meant to be "uploadable", it's designed to be deployed as a docker container.
But, if you have Imagemagick in your server, you could try running the PHP app after converting the nginx config to an apache .htaccess config file. The nginx config is not in this repo, it's in the docker repo, chekc here: https://github.com/flyimg/docker-app/tree/master/resources/etc/nginx .
And even so, you would need to compile the Moz-Jpeg binaries yourself or not use them, by deactivating the moz-jpeg option in the config.
Even considering that, I'm not sure what other problems you could run into.
But I have a tutorial on how to do a very easy setup in DigitalOcean http://code.medula.cl/article_Fly-image-microserver-with-Docker-on-Digitalocean.html give it a try.