Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration notes to get working #2

Open
kelvinlim opened this issue Jan 1, 2023 · 0 comments
Open

Configuration notes to get working #2

kelvinlim opened this issue Jan 1, 2023 · 0 comments

Comments

@kelvinlim
Copy link

Trying out uml2django using wsl2.

Hope these will be helpful to others!

Configurations

  1. Did a git clone of repository as pypi seemed to have an older version

    git clone https://github.com/J-hanks/uml2django.git
    
  2. For debugging, I had to copy the src directory from the github directory at the same level as my test.py directory.

    cp -r uml2django_github/src/uml2django .
    
  3. Need to create a script to run plantuml, put this in ~/bin, make it executable and add ~/bin to path.
    This can be done in ~/.profile

    #! /bin/bash
    # run the plantul jar file on command line
    
    java -jar ~/bin/plantuml.jar $*
    
    
  4. svelte needs npm!

    sudo apt install npm -y
    
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant