Skip to content

manhtai/vertx-wiki

Repository files navigation

Vert.x Wiki

A Wiki written in Vert.x

Prerequisites

  • Apache Maven

  • JDK 8+

Getting started

Create your project with:

git clone https://github.com/manhtai/vertx-wiki.git

Running the project

Once you have retrieved the project, you can check that everything works with:

mvn test exec:java

The command compiles the project and runs the tests, then it launches the application, so you can check by yourself. Open your browser to http://localhost:8080.

Building the project

To build the project, just use:

mvn clean package

It generates a fat-jar in the target directory.

About

A wiki written in Vert.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published