github apparently auto-numbers rows and ignores ours

This commit is contained in:
Daku 2016-06-19 04:51:48 +01:00
parent 311dd91a09
commit b70e24acde

View file

@ -26,21 +26,21 @@ 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
4. Enter the location of the database
5. Click "install". Hopefully you'll end up at the welcome screen; if
1. Download the latest release under [Releases](https://github.com/shish/shimmie2/releases).
2. Create a blank database
3. Unzip shimmie into a folder on the web host
4. Visit the folder with a web browser
5. Enter the location of the database
6. 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. Download the shimmie via the "Download Zip" button.
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).
1. Download the shimmie via the "Download Zip" button.
2. Install [Composer](https://getcomposer.org/). (If you don't already have it)
3. Run `composer global require "fxp/composer-asset-plugin:~1.1" --no-plugins`. (This is installed globally due to a known composer bug)
4. Run `composer install`
5. Follow instructions noted in "Installation" (Excluding 1.).
## Upgrade from 2.3.X