GeoffSelby / craft-installer

Install Craft CMS from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Craft Installer

Install Craft CMS from the command line.

Installation

composer global require geoffselby/craft-installer

Upgrading

composer global update geoffselby/craft-installer

Usage

Make sure ~/.composer/vendor/bin is in your terminal's path.

cd ~/Sites
craft new awesome-new-craft-site

After entering your database credentials, the installer will download the latest version of Craft and install it in the directory you provided. Sit back and relax because it may take a minute or two.

Acknowledgements

Inspired by Laravel Installer

License

Craft Installer is open-sourced software licensed under the MIT license.

About

Install Craft CMS from the command line.

License:MIT License


Languages

Language:PHP 100.0%