2013-05-06- Risten2 Meeting
Risten2 meeting
We need a server installation of the current Risten2:
- eXist on port 3010, nginx proxying to eXist on port 3005
- Durandal on port 3000 = JS library + web server (Mimosa, http: //mimosajs.com/)
We want a nice url with everything working using a recent version of the Risten2
Risten2 consists of two parts:
- the eXist xml database (backend), basically queried by programs
- the Risten2 web app (written in JS, CSS etc, using Durandal JS library), used
The frontend can be run locally or from everywhere.
- divvun.no/risten2/
- the frontend is placed in ==> /Users/sd/Sites/risten2/index.html
- 3010: should point to eXist, return both JSON and XML requests
- the frontend is placed in ==> /Users/sd/Sites/risten2/index.html
First installation - the backend:
- eXist standalone installation, proxied via apache. URL:
- divvun.no/dictserver/* <=> http: //localhost: 8080/exist/restxq/risten/* - for
- divvun.no/exist/ <=> http: //localhost: 8080/exist/ - for admin access during
- divvun.no/dictserver/* <=> http: //localhost: 8080/exist/restxq/risten/* - for
Beta testing and development to be done on the divvun.no server, production
Tasks
TODO:
- install eXist as a service on divvun.no (Börre)
- configure apache to redirect requests to divvun.no/dictserver/ to eXist
- populate the database with content and RESTXQ Risten2 calls
- change the frontend code to use the Risten2 server (Tomi)