tagmeo / installer
Tagmeo application installer.
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
This package is not auto-updated.
Last update: 2024-11-05 21:21:21 UTC
README
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.