Files
alfresco-community-repo/amps/ags/rm-community/rm-community-rest-api-explorer
alandavis 5857919ca1 Creation of feature/ags-merge branch with all previous commits but without excessive history
Note pom.xml versions have been reset to the values that were on the feature/ags/master
branches to simplify getting local changes onto this new branch.

alfresco-communiy-repo    11.14-ags-1.0-SNAPSHOT -> 11.7-ags-1.0-SNAPSHOT
alfresco-enterprise-repo  11.18-ags-1.0-SNAPSHOT -> 11.8-ags-1.0-SNAPSHOT
alfresco-enterprise-share 11.5-ags-1.0-SNAPSHOT -> 11.4-ags-1.0-SNAPSHOT
2021-04-22 11:26:11 +01:00
..

Alfresco Records Management Community REST API Explorer

Records Management Community REST API Definition Explorer

Building and deploying the war

  • mvn clean install

You now have a target/alfresco-rm-community-rest-api-explorer-2.6-SNAPSHOT.war, drop this into your Application server that is running alfresco.war

For development only

You can run the project as a packaged web application using an embedded Tomcat server. This is useful for changing documentation and endpoint descriptions but it means that the "Try it Out!" button will not work.

  • mvn clean install -Pstart-api-explorer

Now the application is running at http://localhost:8085/api-explorer

Config option

You can run tomcat on another port using the following command

  • mvn clean install -Pstart-api-explorer -Dmaven.tomcat.port=8086

Then the application will run at http://localhost:8086/api-explorer

License

Copyright (C) 2016 Alfresco Software Limited

This file is part of an unsupported extension to Alfresco.

Alfresco Software Limited licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.