Quick Start Installation of StashApp

Local Development

The steps are as follows:

  • Step One: git clone https://github.com/stashapp/stash.git
  • Step Two: Modify anything you want to in the source.
  • Step Three: cd stashapp
  • Step Four: docker-compose up -d
  • Step Five: docker-compose ps

You should at this point have a working instance to play with at http://localhost:900/ within moments.

Console playback of Local Development installation

Installation of a Production Instance

Pending Documentation

Compile from source

Pending Documentation