backmeup / backmeup-lite

BackMeUp v1 Web Frontent Play Prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

BackMeUp v1 Web Frontent Play Prototype


Languages

Language:Java 99.3%Language:Scala 0.6%Language:Shell 0.1%