Skip to content

Latest commit

 

History

History

rocket-bi-server

Rocket-BI Server

In order to start the project, you need to install the following software:

Getting Started

Start in development

  • Build project:
chmod +x build.sh
./build.sh
  • Start project with development:
./runservice.sh start development

Test service is running:

curl localhost:8080/ping

# Response:
{"status":"ok","data":"pong"}
  • Run test case:
mvn test

Production in docker

  • Build docker image:
chmod +x build_docker_image.sh
./build_docker_image.sh
  • Start project with production:
docker-compose up -d

License

View Here.