Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Latest commit

 

History

History
43 lines (40 loc) · 735 Bytes

README.md

File metadata and controls

43 lines (40 loc) · 735 Bytes
========= ### Run application ### clone project repository to local: ``` $git clone https://github.com/autoschool/hlebushek.git ``` go to project directory: ``` $cd hlebushek ``` run server: ``` $mvn jetty:run ``` open in browser: ``` open http://localhost:8080 ```

=========

Create branch

clone project repository to local:

$git clone https://github.com/autoschool/hlebushek.git

go to project directory

$cd hlebushek

create & change to new branch:

$git checkout -b [branch_name]

=========

Run system tests

  • mvn clean verify
  • mvn site

See report in hlebushek\target\site\index.html