asgardcms / asgardcms-installer
AsgardCms application installer.
Installs: 42 513
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 3
Forks: 13
Open Issues: 5
Requires
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~2.7|~3.0
- symfony/filesystem: ~2.7|~3.0
- symfony/process: ~2.7|~3.0
This package is auto-updated.
Last update: 2024-10-19 21:47:33 UTC
README
This is a helper package to install AsgardCMS quickly using a simple command.
asgardcms new Blog
Installation
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
License
The MIT License (MIT). Please see License File for more information.