Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing UNINSTALL instructions #37

Closed
akarelas opened this issue Aug 13, 2013 · 7 comments
Closed

Missing UNINSTALL instructions #37

akarelas opened this issue Aug 13, 2013 · 7 comments

Comments

@akarelas
Copy link

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

@akarelas
Copy link
Author

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

@twonds
Copy link
Owner

twonds commented Aug 13, 2013

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
Copy link
Author

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

@akarelas
Copy link
Author

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
Copy link
Owner

twonds commented Aug 13, 2013

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
Copy link
Author

How do I uninstall then?

@akarelas
Copy link
Author

How can I make a deb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants