Skip to content

AUGSpb/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 34.9%
  • JavaScript 30.3%
  • TypeScript 23.9%
  • HTML 6.4%
  • CSS 4.5%