Skip to content
Shish edited this page Mar 14, 2021 · 14 revisions

Requirements

  • 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 11+ / MariaDB 10.3+ / SQLite 3.27+
  • Stable PHP (7.4+ as of writing)
  • GD or ImageMagick

Get the Code

Two main options:

  1. Via Git (allows easiest updates via git pull):
    1. git clone https://github.com/shish/shimmie2
    2. Install Composer.
      1. brew install composer on macOS
    3. Run composer install in the shimmie folder.
  2. Via Stable Release: Download the latest release under Releases.

Install

  1. Create an empty database (skip if using SQLite)
  2. Start a PHP server at the project root directory: php -S localhost:9000
  3. If prompted, enter the location of the database
  4. Click "Install". Hopefully you'll end up at the welcome screen; if not, you should be given instructions on how to fix any errors~
Clone this wiki locally