Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Caddyfile #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Caddyfile #44

wants to merge 1 commit into from

Conversation

d1rk
Copy link
Member

@d1rk d1rk commented Aug 10, 2016

This enables caddy server to be used without additional configuration.

usage

Clone the repository, cd into it and run caddy

requirements

You only need to have caddy installed and php-fpm running on port 9000.

see https://caddyserver.com/docs/caddyfile

This enables caddy server to be used without additional configuration.

##usage

Clone the repository, cd into it and run `caddy`

## requirements

You only need to have caddy installed and php-fpm running on port 9000.

see https://caddyserver.com/docs/caddyfile
@mariuswilms
Copy link
Member

mariuswilms commented Aug 26, 2016

Let's add this to the WebServers section of the manual. Configuration files are already piling up in the framework repo.

https://github.com/UnionOfRAD/manual/blob/master/01_installation/03_web_servers.md

What d'you think?

@d1rk
Copy link
Member Author

d1rk commented Sep 23, 2016

Hi @DavidPersson - to be honest, i think lithium could benefit from that file in the root directory. Since caddy is the easiest to use web server, it would allow even not so tech-savvy people to run a proper web server with lithium already installed. Caddy is cross-platform and has no dependencies. It's a single binary file that's easy to deploy, you would just need to copy it.

I also created a pull-request for the manual as well, but would like to see this file added here. UnionOfRAD/manual#98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants