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:
jfwood
2013-11-04 00:38:48 -06:00
parent ced5057abb
commit fc155c2f72
5 changed files with 96 additions and 55 deletions

View File

@@ -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]