ArchAssist is short for Architecture Assistant
- go 1.4+
- aws-icons-for-plantuml github repository cloned to a locally accessible file location
- Docker
- (optional) PlantUML extension for vs-code
go install- Set environment variable
AWSICONDISTto match the filepath to the/distdirectory location in the local aws-icons-for-plantuml github repository
export AWSICONDIST=/Users/justasitsounds/development/github.com/awslabs/aws-icons-for-plantuml/dist- if you wish to edit and make use of the live(ish) preview option available with the vs-code plantuml extension, start the local preview server:
make start-pumlThis will download the plantuml/plantuml-server docker image from DockerHub and start a new container, listening on port 8080
- invoke archassist from the command line to start the architecture diagram wizard