Sign inSign up

numberninecms/installer

By numberninecms

Updated about 3 years ago

NumberNine CMS installer

Image
0

1.2K

numberninecms/installer repository overview

NumberNine Logo


Github Workflow

Documentation

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!

Contributions

Feel free to submit issues and pull requests.

License

MIT

Copyright (c) 2020-2021, William Arin

Tag summary

Content type

Image

Digest

sha256:d19fb6bf6

Size

62.3 MB

Last updated

about 3 years ago

docker pull numberninecms/installer