coatl-dev's bucket for Scoop, the Windows command-line installer.
To add this bucket, run:
scoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-devTo be able to download the ignition or ignition81 ZIP installer we must set
a referer, so first we must edit our scoop's config.json, which is
typically found at %USERPROFILE%\.config\scoop\config.json, and add or edit
the private_hosts section:
{
"lastUpdate": "2022-09-09T15:41:41.2176701-07:00",
"SCOOP_REPO": "https://github.com/ScoopInstaller/Scoop",
"SCOOP_BRANCH": "master",
"private_hosts": [
{
"match": "https://files.inductiveautomation.com/*",
"headers": "Referer=https://inductiveautomation.com/"
}
]
}To install:
scoop install coatl-dev/ignitionOr
scoop install coatl-dev/ignition81To uninstall:
scoop uninstall --purge ignitionOr
scoop uninstall --purge ignition81Since jython depends on Java, we recommend java/zulu17-jre, which can be installed by...
Adding the java bucket:
scoop bucket add javaThen:
scoop install zulu17-jreAnd finally:
scoop install coatl-dev/jythonTo uninstall:
scoop uninstall jythonscoop install coatl-dev/python27scoop install coatl-dev/python312scoop install coatl-dev/python313scoop install coatl-dev/python314To make a new manifest contribution, please read the Contributing Guide.