From f6e1da349b033ec62a32d1c6e782956736155024 Mon Sep 17 00:00:00 2001 From: Daku Date: Thu, 19 May 2016 15:15:02 +0100 Subject: [PATCH] added composer setup instructions this assumes that all new releases will already have all vendor files downloaded --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index ed7ce9e8..dd806570 100644 --- a/README.markdown +++ b/README.markdown @@ -26,6 +26,7 @@ check out one of the versioned branches. # Installation +0. Download the latest release under [Releases](https://github.com/shish/shimmie2/releases). 1. Create a blank database 2. Unzip shimmie into a folder on the web host 3. Visit the folder with a web browser @@ -33,6 +34,14 @@ check out one of the versioned branches. 5. Click "install". Hopefully you'll end up at the welcome screen; if not, you should be given instructions on how to fix any errors~ +# Installation (Development) + +0. +1. Install [Composer](https://getcomposer.org/). (If you don't already have it) +2. Run `composer global require "fxp/composer-asset-plugin:~1.1" --no-plugins`. (This is installed globally due to a known composer bug) +3. Run `composer install` +4. Follow instructions noted in "Installation" (Excluding 0). + ## Upgrade from 2.3.X 1. Backup your current files and database!