server/java/README.md
author rougeronj
Tue, 15 Sep 2015 12:24:58 +0200
changeset 521 0d9b3f1b97e7
parent 463 41325cc50574
child 574 de0d488a0a1b
permissions -rw-r--r--
Create new view id the current one isn't in the project or if it's the first one (so we let the first one always unchanged) Otherwise modify the current one
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
305
4dc484119b4c Streamline commands. Add popup menus. new version
ymh <ymh.work@gmail.com>
parents: 232
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
317
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    11
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    12
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
    13
  - `./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
    14
  - `./gradlew :renkan-web:jettyRunWar`
317
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    15
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
    16
Skip test : `-x tests`
463
41325cc50574 make hidden nodes work on java + correct projects export
ymh <ymh.work@gmail.com>
parents: 394
diff changeset
    17
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
    18
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
The war file can then be fount in renkan-web/build/libs.
317
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    20
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    21
2b30c5426f1e correct path in project
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
    22