twonds / punjab

BOSH connection manager
MIT License
183 stars 49 forks source link

Missing UNINSTALL instructions #37

Closed akarelas closed 11 years ago

akarelas commented 11 years ago

Come to think of it, why is there no Ubuntu package for punjab? Not even on launchpad.net

akarelas commented 11 years ago

I can't install it on my production system like this... because I won't know how to uninstall if need be.

twonds commented 11 years ago

You can try building an rpm or deb using setup tools.

For example, in the Punjab directory run the following : python setup.py bdist_rpm

I have never deployed Punjab using an rpm or deb so I do not know how well it will work.

akarelas commented 11 years ago

That's the command for rpm. What's the command for deb? I can't find it anywhere.

akarelas commented 11 years ago

I can't even find the command bdist_rpm anywhere in the source tree... How am I supposed to do anything with this program?

twonds commented 11 years ago

The most common way to install punjab:

git clone https://github.com/twonds/punjab.git cd punjab sudo python setup.py install

You can then run it twistd punjab or twistd punjab --help

Or as I put in issue #38 you can use a tac file.

akarelas commented 11 years ago

How do I uninstall then?

akarelas commented 11 years ago

How can I make a deb?