geoffselby/craft-installer

This package is abandoned and no longer maintained. No replacement package was suggested.

Craft CMS installer.

v1.1.0 2017-01-20 04:42 UTC

This package is auto-updated.

Last update: 2020-08-16 04:19:24 UTC


README

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.