Package Data | |
---|---|
Maintainer Username: | nWidart |
Maintainer Contact: | n.widart@gmail.com (Nicolas Widart) |
Package Create Date: | 2015-06-20 |
Package Last Update: | 2023-04-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:04:10 |
Package Statistics | |
---|---|
Total Downloads: | 42,516 |
Monthly Downloads: | 9 |
Daily Downloads: | 0 |
Total Stars: | 27 |
Total Watchers: | 3 |
Total Forks: | 13 |
Total Open Issues: | 5 |
This is a helper package to install AsgardCMS quickly using a simple command.
asgardcms new Blog
Require using composer:
composer global require asgardcms/asgardcms-installer
Make sure to place the $HOME/.composer/vendor/bin
directory (or the equivalent directory for your OS) in your $PATH
so the asgardcms` executable can be located by your system.
Once installed, the asgardcms new
command will create a fresh AsgardCMS installation in the directory you specify. For instance, asgardcms new blog
will create a directory named blog
containing a fresh AsgardCMS installation with all of AsgardCMS's dependencies already installed:
asgardcms new Blog
The MIT License (MIT). Please see License File for more information.