added composer setup instructions
this assumes that all new releases will already have all vendor files downloaded
This commit is contained in:
parent
3ebf78e252
commit
f6e1da349b
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,7 @@ check out one of the versioned branches.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
0. Download the latest release under [Releases](https://github.com/shish/shimmie2/releases).
|
||||||
1. Create a blank database
|
1. Create a blank database
|
||||||
2. Unzip shimmie into a folder on the web host
|
2. Unzip shimmie into a folder on the web host
|
||||||
3. Visit the folder with a web browser
|
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
|
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~
|
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
|
## Upgrade from 2.3.X
|
||||||
|
|
||||||
1. Backup your current files and database!
|
1. Backup your current files and database!
|
||||||
|
|
Reference in a new issue