Run
The Bundler is a xul app and can be run in one of two ways:
- /usr/lib/stacklet/stackbundler/stackbundler
- xulrunner /usr/lib/stacklet/stackbundler/application.ini
IMPORTANT
The bundler application calls another program called stackfactory which requires root privileges.
The application thus uses sudo to run stackfactory.
Please add the following to /etc/sudoers (referencing your user(s) in the first line):
#stackfactory settings User_Alias SFUSER = bob,carol,jim Cmnd_Alias STACKFACTORY = /usr/lib/stacklet/bin/stackfactory SFUSER ALL=(ALL) NOPASSWD: STACKFACTORY
Also, update the secure path to include the paths of all utils used by stackfactory:
Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin