Changes between Version 6 and Version 7 of DeveloperGuide


Ignore:
Timestamp:
May 5, 2015, 2:46:06 PM (9 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuide

    v6 v7  
    3232
    33333. URLs for local deployment
    34 Some URLs used by the AJAX frontend are hard-coded in the sources. To run a local development instance you need to change them:
     34Some URLs used by the AJAX frontend are hard-coded in the sources. To run a local development instance you need to change the `rest_url` variable in [[source:ISMI OpenMind/src/main/webapp/imageServer/resources/js/diva4ismi.js|src/main/webapp/imageServer/resources/js/diva4ismi.js]].
    3535
    3636
    37 3. Run ismi-server:
     374. Run ismi-server:
    3838{{{
    3939mvn tomcat7:run
    4040}}}
    4141
    42 4. Release:
     425. Release:
    4343{{{
    4444mvn clean package