Skip to content

update help instructions re local plantuml installation #107

@abulka

Description

@abulka

With info re win10 and updated java technique.

To install a plantuml server locally please follow the instructions in the pynsource help file viz.

Windows 10

Install Java.
Maven works OK under Windows.
And the normal instructions work.

git clone https://github.com/plantuml/plantuml-server.git
cd plantuml-server
mvn jetty:run

Mac

install brew see https://brew.sh/

install java

old way:

brew tap adoptopenjdk/openjdk
brew cask install adoptopenjdk8

new way:

brew install --cask temurin

install maven, clone the repo and run

brew install maven
git clone https://github.com/plantuml/plantuml-server.git
cd plantuml-server
mvn jetty:run

verify by visiting your local page

http://localhost:8080/plantuml/

Linux

Install Java then pretty much the same thing:

sudo apt install maven
git clone https://github.com/plantuml/plantuml-server.git
cd plantuml-server
mvn jetty:run

Increase size of diagrams

Set the environment variable PLANTUML_LIMIT_SIZE=8192.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions