Closed akarelas closed 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.
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.
That's the command for rpm. What's the command for deb? I can't find it anywhere.
I can't even find the command bdist_rpm anywhere in the source tree... How am I supposed to do anything with this program?
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.
How do I uninstall then?
How can I make a deb?
Come to think of it, why is there no Ubuntu package for punjab? Not even on launchpad.net