| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | |
| 7 | = Analysis = |
| 8 | |
| 9 | == Overview == |
| 10 | The Sophie2 testing sever is an instance of the sophie 2 server which is running on the server machine. It will be updated with the new code written for the server, while the database remains. |
| 11 | |
| 12 | == Task requirements == |
| 13 | * Create runnable jars with the current server modules - org.sophie2.server and org.sophie2.server.persistence. |
| 14 | * Upload the built server modules to the server machine in an appropriate place.(s2s folder maybe). |
| 15 | * Start the server modules to run always on a server port. It should be viewable from outside. |
| 16 | * (Optional) Write bash script, that updates the server modules from the svn repository. |
| 17 | |
| 18 | == Task result == |
| 19 | * Running instance of the server on the server machine with global access. |
| 20 | |
| 21 | == Implementation idea == |
| 22 | * Now maven packages the server and persistence modules, in target folder but without the database. Research how to package also the database. |
| 23 | * Use maven-jspc-plugin to compile the jsps. |
| 24 | * The url can be server.sophie2.org. |
| 25 | |
| 26 | == Related == |
| 27 | [wiki:PLUGIN_EDITIONS_STRUCTURE_R1][[BR]] |
| 28 | [wiki:PLATFORM_DEPLOYMENT_BUILD_MAVEN_R0][[BR]] |
| 29 | [wiki:S2S_CORE_DEPLOYMENT_R0] |
| 30 | |
| 31 | == How to demo == |
| 32 | * Show the running server from its url. |
| 33 | |
| 34 | = Design = |
| 35 | |
| 36 | = Implementation = |
| 37 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 38 | |
| 39 | = Testing = |
| 40 | |
| 41 | = Comments = |
| 42 | ^(Write comments for this or later revisions here.) |