Download: StarUML.io
Source: jorgeancal
After installing StartUML successfully, modify LicenseManagerDomain.js as follow:
/**Download: StarUML.io
Source: jorgeancal
After installing StartUML successfully, modify LicenseManagerDomain.js as follow:
/**| #app.py | |
| def create_app(settings_override=None): | |
| """ | |
| Create a Flask application using the app factory pattern. | |
| :param settings_override: Override settings | |
| :return: Flask app | |
| """ | |
| app = Flask(__name__, instance_relative_config=True, static_folder=None) | |
| #flask-tenant-schema: |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: supervisord | |
| # Required-Start: $remote_fs | |
| # Required-Stop: $remote_fs | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Example initscript | |
| # Description: This file should be used to construct scripts to be | |
| # placed in /etc/init.d. |