Skip to content

drakin/hlebushek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[![Build Status](https://travis-ci.org/autoschool/hlebushek.svg?branch=master)](https://travis-ci.org/autoschool/hlebushek) ========= ### 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

About

Blog platform on Java tech stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.4%
  • JavaScript 13.9%
  • CSS 3.7%