MukurtuCMS / mukurtucms

GNU General Public License v2.0
81 stars 36 forks source link

Adding dockerfile and README #131

Open cbenning opened 4 years ago

cbenning commented 4 years ago

A simple dockerfile and README.

I have deployed the current version to cbenning/mukurtucms:2.1.3-1 so if you follow the deployment instructions it should work smoothly (please let me know of any issues)

  1. If you want to accept the PR we need to change the cbenning to whatever your docker hub account is.
  2. I assume I've missed one or two items which are common so I can help set those up if needed.
  3. This sets up an instance listening on (unencrypted) http port deliberately. I feel it is better to manage SSL/TLS certs outside of an application container and use something like NGINX to proxy the traffic, handle certs and forward traffic to whatever local port the container is on.
cbenning commented 4 years ago

@steve-taylor-wsu Not sure if I need to explicitly mark anybody for this?

taylor-steve commented 4 years ago

@cbenning Nope, tagging me works, thanks. It seems straight forward but it'll be a little bit before I get to take a real look at it. Thanks!