Skip to content

numberninecms/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumberNine Logo


Github Workflow

Documentation

Visit https://numberninecms.com/ for user and developer documentation.

This repository builds a Docker installer for NumberNine CMS.

The generated installer creates an up-to-date NumberNine project with a full Docker development 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-2022, William Arin