Skip to content

StratusBioSciences/chorus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Chorus

Here's description how to run Chorus.

Prerequisites

  • Java SDK, version 1.8 or higher.
  • Apache Maven, version 3.3.9 or higher.
  • Apache Tomcat, 9.x or higher.
  • MySQL, version 5.7.17 or higher.
  • SMTP server credentials to let the app send emails.
  • Amazon S3 storage credentials (bucket name, key and secret) to store uploaded files.

To run the Chorus Project:

  • Build the application using 'mvn install' command
  • Copy there files to your home folder and fill them with actual values
    • webapp/src/main/resources/jdbc.properties
    • model-impl/src/main/resources/application.properties
  • Copy webapp/target/webapp-1.0.war to <TOMCAT_HOME>/webapps
  • Run Tomcat
  • Point your browser to http://localhost:8080/webapp-1.0
  • Register admin user within Web UI
  • Go to database with your favorite SQL tool and grant this user admin rights
    • UPDATE USER SET admin=1;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published