com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Configuring Git Based Deployment Synchronization

To configure Git based Deployment Synchronization:

  1. Download GitBlit version 1.3.1.
  2. Unzip the Gitblit download.
  3. The following configuration changes are needed in the gitblit.properties file, which is in the data/ folder. 
    1. Enable remote repository management as follows:
      web.enableRpcManagement = true
    2. Update the following transport configs:
      server.httpPort = 8080 (or an available port)
      server.httpsPort = 8443 (or an available port)

      server.httpBindInterface = <keep empty>
      server.httpsBindInterface = <keep empty>
  4. Issue the following command from the root/ directory of the distribution, to start the server:
    java -jar gitblit.jar --baseFolder data

    Sample access URL: https://<hostname>:8443/ or http://<hostname>:8080/
    The default admin username and password are admin and admin. It is recommended to change the default username and password.
  5. Update the following configurations in the cartridge-config.properties file, which is in the <STRATOS_HOME>/repository/config/ directory.

    internal.repo.username=admin
    internal.repo.password=admin
    internal.git.url=http://<HOST_NAME>:8290
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.