Go-Medialog, v1.0.16

A digital media logging and reporting application.

Installation

prerequisites

  1. Download the latest release from the GitHub Releases page.
  2. Un-tar the downloaded file
  3. Enter your database credentials in the configuration file
  4. run migrations on the database
    $ ./medialog --config medialog.conf --environment [environment from config] --automigrate
  5. create an admin user
    $ ./medialog --config medialog.conf --environment [environment from config] --createadmin
    this will return a password, which you should change after logging in
  6. run the application
    $ ./medialog --config medialog.conf --environment [environment from config]
`

Upgrading

Download the latest release from the GitHub Releases page.