Skip to content

NetworkedAssets/doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java application used by NetworkedAssets's Documentation from Code Plugin for Atlassian Confluence.

Installation

  1. Make sure you've got JDK 8 installed on your server, your JAVA_HOME and PATH environment variables are properly set.
# javac -version
# echo $JAVA_HOME
  1. Prepare your favourite SSH and SFTP clients.
  2. Copy the transformer jar and transformer helper scripts to your server via sftp. Suggested location is /opt/autodoc.
  3. Connect via SSH to your server.
ssh root@example
  1. On your server machine run transformer-start.sh contained in scripts/server.
# /opt/autodoc/transformer-start.sh

Default Settings

By default properties look like this:

jetty.port=8050
jetty.address=http://localhost/
jetty.port=

You can change them by creating transformer.properties file next to the transformer.jar and add properties you want to override.