
Visit https://numberninecms.github.io/ for user and developer documentation.
This installer creates an up-to-date NumberNine project with a full Docker environment.
To create a new NumberNine project, simply run this one-liner:
docker run --rm --pull=always -t -e HOST_PWD=$PWD -v $PWD:/srv/app \
-v /var/run/docker.sock:/var/run/docker.sock \
numberninecms/installer myproject
Replace myproject by the name of your project. Done!
Feel free to submit issues and pull requests.
Copyright (c) 2020-2021, William Arin
Content type
Image
Digest
sha256:d19fb6bf6…
Size
62.3 MB
Last updated
about 3 years ago
docker pull numberninecms/installer