server/src/README
author durandn
Fri, 03 Jul 2015 17:22:27 +0200
changeset 12 217aaa4d6f1a
parent 3 fc0f3e398166
child 170 75e3a41722ad
permissions -rw-r--r--
Updating readme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
fc0f3e398166 Creation of Django server project
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
============
fc0f3e398166 Creation of Django server project
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
Remie Platform
fc0f3e398166 Creation of Django server project
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
============
12
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
     4
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
     5
1) from /src/: python manage.py runserver 
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
     6
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
     7
To use the iframe tester, you have to first login into your local ldt platform (support for CAS is not relevant for functional testing) so you are able to draw the metadata for your test project
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
     8
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
     9
Then go to /remie/iframetester, where you have a blank page with a few fields that condition the iframe player you'll generate. You can use the local ldt platform to get the id of your test project. 
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
    10
Use the generate button to create the iframe and insert it into the page. Currently there is only the segment scenario.
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
    11
217aaa4d6f1a Updating readme
durandn
parents: 3
diff changeset
    12
Note: If you want to test multiple users annotations, we don't validate currently logged user so it is entirely possible to generate a remie player for another user than the one currently logged in, and have annotation creation work for that other user.