Via AsgardCMS installer
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
Via Composer create-project
You can get the code using the following command:
composer create-project asgardcms/platform your-project-name
Run the install command to get you started:
php artisan asgard:install
Done!
Enjoy your freshly installed website. You can login to the back by going to the
/backend
URI.
Prefer a video ? Watch the 2min installation video on YouTube.