Skip to content

knksmith57/docker-nemex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docker-nemex

dockerized nemex.io, batteries included.

Quickstart

$ docker pull knksmith57/docker-nemex

$ docker run -it -p 80:80 \
  --name nemex
  -e NEMEX_USER=someuser \
  -e NEMEX_PASSWORD=somepassword \
  nemex

Notes

The app isn't really working right. I don't know why; haven't looked at the internals of how nemex actually works yet. If it works for you, awesome! If it doesn't, play with it and submit a PR. Otherwise I'll jam on this when I get more time. Word.

Directories

The nemex app code lives in /app. Logs for nginx and php-fm in the usual places.

LICENSE

Nemex is licensed under GPL. I also pulled in and adapted code from psi-4ward/docker-php-nginx, and this bad boy uses dockerize (MIT licensed) for all the runtime config goodness.

Basically this is a bunch of other devs code mashed together so that you can get nemex running quickly. Because that's what I wanted.

?

Send hate mail to @knksmith57. ♥︎