Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 871 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 871 Bytes

BackMeUp Lite

A fork/trimmed-down version of the BackMeUp framework, based on Play!.

Getting Started

  1. Configure the application
  • Create a copy of the file conf/application.conf.template named conf/application.conf. Important: make sure you really create a copy, and don't just rename the file. Otherwise you will likely erase the template from the Git repository on your next push!

  • In the (newly created) conf/application.conf file, configure the following application properties according to your environment:

    • Index server host and port information (can usually stay on the defaults)
    • Directory used for storing thumbnail images and thumbnail image dimensions
    • Application keys and secrets for connector plugins
  1. Run the application using

    play -DapplyEvolutions.default=true run