https://github.com/athlan/wsiadamy
wsiadamy.pl
https://github.com/athlan/wsiadamy
Last synced: about 1 year ago
JSON representation
wsiadamy.pl
- Host: GitHub
- URL: https://github.com/athlan/wsiadamy
- Owner: athlan
- Created: 2013-03-10T13:58:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T15:15:42.000Z (about 13 years ago)
- Last Synced: 2025-01-29T16:26:06.969Z (over 1 year ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```