Top "Packaging" questions

Packaging is a configuration management process involved with capturing the knowledge needed to install or uninstall software on a target system.

How to package & deploy Node.js + express web application?

I am new to Node.js programming and I have recently created a sample working web application using (express, backbone &…

node.js express web-deployment packaging
How to bundle a Python application including dependencies?

I need to package my Python application, its dependencies and Python into a single MSI installer. The end result should …

python tkinter packaging
Received 'can't find '__main__' module in '<packageName>' with python package

I'm trying to release my first Python package in the wild and I was successful in setting it up on …

python python-2.7 command-line packaging
define ant property from environment with default value

I would like my build script to act properly for release and development environments. For this I would like to …

java ant environment-variables release packaging
How can I make my ad hoc iPhone application's icon show up in iTunes?

I've got an iPhone app with icon file Icon.png. This icon shows up properly when the app is on …

iphone icons itunes packaging software-distribution
What are all the default maven packing types?

I couldn't seem to find this online or in the Maven documentation; I was wondering what packaging types are supported …

packaging maven-3
How do I package an existing VM that was not created using vagrant up command?

I installed a VirtualBox and then installed a Ubuntu 12.10 Server Base OS in it. I have installed all kinds of …

virtual-machine virtualbox packaging vagrant
What actually is $RPM_BUILD_ROOT?

In the process of building an RPM package, I have to specify the BuildRoot and later will be used in %…

linux packaging rpm
Java Swing ImageIcon, where to put images?

I'm following this tutorial for java swing games: http://zetcode.com/tutorials/javagamestutorial/movingsprites/ At this point: ImageIcon ii = new …

java swing embedded-resource packaging imageicon
How to write setup.py to include a git repo as a dependency

I am trying to write setup.py for my package. My package needs to specify a dependency on another git …

python django git packaging setuptools