Skip to content

webdevotion/craft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Craft Command Line Installer

Manage Craft from the command line with composer. This tool is heavily inspired by the Laravel Installer.

Requirements

Installation

  1. Ensure that the ~/.composer/vendor/bin is available in your terminal PATH.

    Note: my Oh My ZSH profile has this line:

    export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/username/.composer/vendor/bin"

    Note: make sure you change username above

  2. Require craft globally by using this command:

    composer global require "themccallister/craft=dev-master"

  3. Change to a new directory, such as ~/Sites, and run craft install mywebsite.com.

Contributing

Pull requests, contributions, issues and feature requests are always welcome... Although I would prefer a pull request for new features... ;)

About

Install a new Craft CMS website through command line.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%