server/java/README.md
author durandn
Thu, 21 Apr 2016 15:18:19 +0200
changeset 605 13d355fd09bf
parent 574 de0d488a0a1b
permissions -rw-r--r--
updated uri to allow optional trailing slash on single resource URIs (django automatic redirects don't carry over the Authorization header that can sometimes be needed, for instance with OAuth)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
Dependencies
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
- Icon user from echo-icon-theme (echo) (Open Icon Library - http://openiconlibrary.sourceforge.net/)  
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
licence CC BY-SA - Creative Commons
574
de0d488a0a1b add call to grunt to build client before compilation of java server and correct maven spring version problem
ymh <ymh.work@gmail.com>
parents: 463
diff changeset
     5
- eye icon by : Danilo De Marco : http://www.danilodemarco.com/
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
- cf pom.xml for dependencies
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
219
885f09f3462b No longer test headers for images (was failing in new Chrome version)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
     9
Commandes maven:
232
b7000ff4989b - Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents: 219
diff changeset
    10
mvn -DskipTests -Djava.awt.headless=true -Duser.timezone="UTC" clean jetty:run-war
574
de0d488a0a1b add call to grunt to build client before compilation of java server and correct maven spring version problem
ymh <ymh.work@gmail.com>
parents: 463
diff changeset
    11
mvn -Djava.awt.headless=true -Duser.timezone="UTC" clean package
317
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    12
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    13
Commandes graddle:
394
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 317
diff changeset
    14
  - `./gradlew clean build`
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 317
diff changeset
    15
  - `./gradlew :renkan-web:jettyRunWar`
317
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    16
394
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 317
diff changeset
    17
Skip test : `-x tests`
463
41325cc50574 make hidden nodes work on java + correct projects export
ymh <ymh.work@gmail.com>
parents: 394
diff changeset
    18
Run a specific test : `./gradlew :renkan-web:test --tests org.iri_research.renkan.test.controller.RenkanControllerTest.testViewIdProject`
394
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 317
diff changeset
    19
1e60ba9ae38b css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents: 317
diff changeset
    20
The war file can then be fount in renkan-web/build/libs.