Skip to content

Latest commit

 

History

History
executable file
·
33 lines (28 loc) · 948 Bytes

README.md

File metadata and controls

executable file
·
33 lines (28 loc) · 948 Bytes

reviewmanager


###ReviewManager module for UMFlix


Importing ReviewrManager - Dependency

  1. Install dependencies. Dependecies: modelsorage,authenticationhandler. See Insatlling dependencies below.
  2. git clone git@github.com:martinbomio/reviewmanager.git to target directory
  3. cd target directory
  4. mvn clean install
  5. cd current project
  6. add dependency to pom.xml

``
    `review-manager`
    `review-manager`
    `1.0-SNAPSHOT`
`` 6. mvn install current project

Installing dependencies

  1. git clone git@github.com:marshhxx/modelstorage.git
  2. cd modelstorage/
  3. mvn clean install
  4. cd..
  5. git clone git@github.com:haretche2/autenticationhandler.git
  6. cd authenticationhandler/
  7. mvn clean install