server/java/README.md
author rougeronj
Wed, 03 Jun 2015 17:27:46 +0200
changeset 471 e0c7be5dc02c
parent 394 1e60ba9ae38b
child 463 41325cc50574
permissions -rw-r--r--
Add a router to handle fragment identifier Set up a listener of the router in the scene to update it Start Backbone.history (eventlistener of the router) when all the project is loaded Include router.js to all the test file
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`
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
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
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
    19
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