Add a better installer for local Barbican application instances.
The current local installer (bin/barbican-all) requires that users perform several steps before hand. The new installer seeks to minimize the amount of manual steps needed. Change-Id: Ie5d74331028fa7c463f53bed92a504771c09a385 Implements: blueprint add-local-installer-script
This commit is contained in:
2
setup.py
2
setup.py
@@ -71,7 +71,7 @@ setup(
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Environment :: No Input/Output (Daemon)',
|
||||
],
|
||||
scripts=['bin/barbican-all', 'bin/barbican-worker.py'],
|
||||
scripts=['bin/barbican.sh', 'bin/barbican-worker.py'],
|
||||
py_modules=[],
|
||||
entry_points="""
|
||||
[barbican.crypto.plugin]
|
||||
|
||||
Reference in New Issue
Block a user