Skip to content

haim/chorus-opensource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Chorus Opensourse

Here's description how to run Chorus.

Prerequisites

Check your environment

  • Type in command promt or terminal java -version The output must be like this:

java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

  • Type in command promt or terminal docker -version The output must be like this:

Docker version 17.05.0-ce, build 89658be

  • Type in command promt or terminal docker-compose -version ; The output must be like this:

    docker-compose version 1.17.0, build ac53b73

To run the Chorus Opensourse installation in docker containers:

  • If you use IntelliJ IDEA, you may download docker plugin for comfort work with Docker integration.
  • Build the application using 'clean install -DskipTests -Pdocker' command
  • If you use IntelliJ IDEA just run docker-compose.yml using IDEA docker plugin. Or you can do it manually in terminal, just type this command docker-compose up in your-project-folder/docker/ .
  • Point your browser to http://localhost:8080
  • Register admin user within Web UI
  • User name is "demo-user" and password is "pwd".
  • Go to database with your favorite SQL tool and grant this user admin rights
    • UPDATE USER SET admin=1;

About

chorus-opensource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.4%
  • JavaScript 21.9%
  • HTML 10.0%
  • CSS 5.5%
  • AutoIt 0.2%