An open API service indexing awesome lists of open source software.

https://github.com/athlan/wsiadamy

wsiadamy.pl
https://github.com/athlan/wsiadamy

Last synced: about 1 year ago
JSON representation

wsiadamy.pl

Awesome Lists containing this project

README

          

wsiadamy
========

wsiadamy.pl

How to compile
========
Standard compile
```
mvn clean install -e
```
Compile offline without tests
```
mvn clean install -DskipTests -o
```

How to deploy
========
```
cp wsiadamy-webapp\wsiadamy-webapp-war\target\wsiadamy-webapp-war.war YOUR_SERVER_DIRECTORY
```