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

autoschool/hlebushek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========= ### 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