Java application used by NetworkedAssets's Documentation from Code Plugin for Atlassian Confluence.
- 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
- Prepare your favourite SSH and SFTP clients.
- Copy the transformer jar and transformer helper scripts to your server via sftp. Suggested location is /opt/autodoc.
- Connect via SSH to your server.
ssh root@example
- On your server machine run transformer-start.sh contained in scripts/server.
# /opt/autodoc/transformer-start.sh
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.