-
-
Notifications
You must be signed in to change notification settings - Fork 115
Install
Shish edited this page Oct 6, 2021
·
15 revisions
- These are generally based on "whatever is in Debian Stable", because that's conservative without being TOO painfully out of date, and is a nice target for the unit test Docker build.
- A database: PostgreSQL 13+ / MariaDB 10.5+ / SQLite 3.34+
- Stable PHP (7.4+ as of writing)
- GD or ImageMagick
Two main options:
- Via Git (allows easiest updates via
git pull
):git clone https://github.com/shish/shimmie2
- Install Composer.
-
brew install composer
on macOS
-
- Run
composer install
in the shimmie folder.
- Via Stable Release: Download the latest release under Releases.
- Create an empty database (skip if using SQLite)
- Start a PHP server at the project root directory:
php -S localhost:9000
- If prompted, enter the location of the database
- Click "Install". Hopefully you'll end up at the welcome screen; if not, you should be given instructions on how to fix any errors~