Dear Wiki user, You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.
The "LDPImplementationReport" page has been changed by SergioFernandez: https://wiki.apache.org/marmotta/LDPImplementationReport?action=diff&rev1=8&rev2=9 * '''PATCH''' accepts [[http://afs.github.io/rdf-patch/|application/rdf-patch]] only Patches with the predicate {{{ldp:contains}}} will result in a {{{HTTP 409 Conflict}}} + == Instructions == + + For accessing this experimental feature you'd need to follow these instructions. Because for the moment all development is going on in a separate branch. Then you can directly clone that branch: + + {{{git clone -b ldp https://git-wip-us.apache.org/repos/asf/marmotta.git}}} + + Or, if you already have a clone of the master, switch to it: + + {{{git checkout -b ldp origin/ldp}}} + + Then install all artifact: + + {{{mvn install}}} + + And launch the webapp (at {{{launchers/marmotta-webapp/}}} )with the experimental features enabled: + + {{{mvn clean tomcat7:run -Pexperimental,kiwi,cleanall}}} +
