You are here

Deploying the Web Editor

The Web Editor distribution consists of a single zip file named SkyVault-webeditor-5.2.e.zip.
  1. Shut down your server.
  2. Browse to the SkyVault Community Edition download area.
  3. Download the SkyVault-webeditor-5.2.e.zip file.
  4. Deploy the awe.war file into the same application server instance as the repository.
  5. Copy the SkyVault-webeditor-taglib.jar file to the WEB-INF/lib folder of your application.
  6. To include the tag library in your application, add the following tag library declaration to your JSP page:

    <%@ taglib uri="http://www.alfresco.org/tags/awe" prefix="awe" %>

    Once the tag library is declared, you can use the startTemplate, endTemplate and markContent tags within your application.

  7. Restart your server.