diff --git a/README.md b/README.md index daabffd..2472b53 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # TaskOverflow -Grails project at ISIMA \ No newline at end of file +Grails project at ISIMA by Benoit Garçon + +## Structure of the project +You can find all this elements in this project: +* The Grails project in the common folders with sources, tests, etc. +* The documentation of the source is in the documentation folder +* The specification and mockups are in document folder. + +## Run the application +``` +grails war +cd build/libs # see https://github.com/grails/grails-core/issues/9302 +java "-Dgrails.env=dev" -jar .\build\libs\TaskOverflow-0.1.war +``` \ No newline at end of file diff --git a/build.gradle b/build.gradle index 93af0e5..b3f5aee 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,6 @@ dependencies { // secu compile "org.grails.plugins:spring-security-core:3.1.1" - compile "org.grails.plugins:spring-security-ui:3.0.0.M2" console "org.grails:grails-console" profile "org.grails.profiles:web" @@ -69,3 +68,8 @@ assets { minifyJs = true minifyCss = true } + +// build.gradle +ext { + set "tomcat.version", "8.5.5" +} \ No newline at end of file diff --git "a/document/TaskOverflow_Beno\303\256t_Gar\303\247on.docx" "b/document/TaskOverflow_Beno\303\256t_Gar\303\247on.docx" index b0c474b..619936c 100644 Binary files "a/document/TaskOverflow_Beno\303\256t_Gar\303\247on.docx" and "b/document/TaskOverflow_Beno\303\256t_Gar\303\247on.docx" differ diff --git "a/document/TaskOverflow_Beno\303\256t_Gar\303\247on.pdf" "b/document/TaskOverflow_Beno\303\256t_Gar\303\247on.pdf" index 844d627..9acd754 100644 Binary files "a/document/TaskOverflow_Beno\303\256t_Gar\303\247on.pdf" and "b/document/TaskOverflow_Beno\303\256t_Gar\303\247on.pdf" differ diff --git a/out/production/TaskOverflow/question/create.gsp b/out/production/TaskOverflow/question/create.gsp index 11f031e..769547d 100644 --- a/out/production/TaskOverflow/question/create.gsp +++ b/out/production/TaskOverflow/question/create.gsp @@ -26,6 +26,9 @@ +
+ +