Skip to content

Instantly share code, notes, and snippets.

@vay3t
Forked from danielquisbert/Key_starUML.md
Created October 15, 2017 18:18
Show Gist options
  • Save vay3t/6ead963a7f8406bbab1b0a40411114f1 to your computer and use it in GitHub Desktop.
Save vay3t/6ead963a7f8406bbab1b0a40411114f1 to your computer and use it in GitHub Desktop.
Key para starUML

Key starUML

ver: http://jorgeancal.com/tag/key-staruml/

En la carpeta de instalación:

Mac OS: /Applications/StarUML.app/Contents/www/license/node/
Linux: /opt/staruml/www/license/node/
Microsoft: C:\Program Files (x86)\StarUML\www\license\node

buscar el archivo: LicenseManagerDomain.js y reemplazar la función :

function validate(PK, name, product, licenseKey) {
        return{
           name: "Daniel Quisbert",
           product: "StarUML",
           licenseType: "vip",
           quantity: "ge0next.com",
           licenseKey: "Licencia especial para ge0next.com"
        };
    }

Para terminar abrir el programa, cerrar la ventana de registro, ir a help -> Enter License e ingresar los datos de arriba.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment