tagmeo/installer

Tagmeo application installer.

v0.0.1 2016-07-20 20:58 UTC

This package is not auto-updated.

Last update: 2024-04-23 19:04:29 UTC


README

Build Status Latest Stable Version Latest Unstable Version License composer.lock

Tagmeo uses Composer to manage its dependencies. So, before using Tagmeo, make sure you have Composer installed on your machine.

Installation

First, download the Tagmeo installer using Composer:

composer global require tagmeo/installer

Make sure to place the ~/.composer/vendor/bin directory (or the equivalent for your OS) in your PATH so the tagmeo executable can be located by your system.

Once installed, the tagmeo new command will create a fresh Tagmeo installation in the directory you specify. For example, tagmeo new blog will create a directory named blog containing a fresh installation with all of the dependencies already installed. This method of installation is much faster than installing via Composer:

tagmeo new blog
cd blog
php tagmeo setup

The last command will walk you through the setup process to create your environment file, generate WordPress authentication keys and salts, install NPM packages, run Gulp, and provision your virtual machine.