Skip to content

InstallServer

mikehelland edited this page Sep 8, 2020 · 1 revision

Pre-reqs:

  • Git
  • Node/NPM.

Install:

git clone https://github.com/mikehelland/openmedia.gallery.git
cd openmedia.gallery
npm install
./create_database.sh

The create_database script will install PostGreSQL if needed, then ask for a DB name and password, create the database, and create a runomg.sh script used to start the server.

./runomg.sh

Clone this wiki locally