- Go to http://www.dicoogle.com/?page_id=67
- Download the version of Dicoogle
- Run the Dicoogle with: sh Dicoogle.sh or Dicoogle.bat.
- Is it running? You're ok!
You should use Netbeans to compile the project and maven is necessary. Then, the first class to look is RSIPluginSet. It is the place where the magic starts.
You can compile:
- https://github.com/bioinformatics-ua/dicooglePluginSample.git
- cd dicooglePluginSample
$ mvn install
- copy target/dicooglePluginRestSample-1.0-SNAPSHOT-jar-with-dependencies.jar to the folder Plugins inside Dicoogle project.
- Run Dicoogle with: sh Dicoogle.sh or Dicoogle.bat.
- RSIIndex
- RSIWebService
- RSIJettyPlugin
- Sample HTML5 content and consuming web service: helps to build a web app
- RSIStorage
- RSIQuery
To test the webservice plugin, you should go to Services and Enable Dicoogle Web Services.
- http://127.0.0.1:8080/sample/hello?uid=1111
- http://127.0.0.1:8080/dashboardSample
- http://127.0.0.1:6060/rsitest (restlet)
- Windows
- Linux
- Mac OS X